I know how to load images for an ImageView based on size and density (using layout and drawable folders etc), but I would like to load an image for processing based on size and density of the device.
The use case is I have a 'single image' which comprises 52 images representing a deck of cards. I load this image into an array of 52 bitmaps for later use. I would like to load a different 'single image' depending on the screen size and density of the device. I can do this per screen density by using the 'drawable' folder mechanism, but the screen size will also affect the size of the image i want to load. Can anyone tell me the 'right' way to approach this. Thanks, Dave. -- 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

