android - Is it ok to put large no. of images in drawable -
i new android
in app using around 600 images. there jpeg of average size of 4.0kb, total auround 2.4mb. have these images in res/drawable/. ok have many images in drawable ? or should move them in sd card. considered store them in sqllite see not recommended. there other alternative ?
2.4mb isn't much, should fine. however, if expect go up, or require 2.4mb each drawable folder, should consider downloading them sd card when required.
internal storage on devices limited mostly, , users uninstall apps take space quite often.
you set installlocation
in manifest auto
allow app moved sd card
Comments
Post a Comment