Hi there, I'm working on an app which displays various images. I want to optimize this for the various screen resolutions. The MultiResolution (1) tutorial uses many resource qualifiers in the res folder to display the appropriate images for the various device resolutions, but how do you package this? I don't want to ship the images for all devices (or do I?). I want to keep the download size as small as possibel, so I only want to package the ones for that particular screen resolution. Or, should I forget packaging images and put the images on-line somewhere?
Any opinions on this subject would be appreciated (1) http://developer.android.com/resources/samples/MultiResolution/index.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

