[android-developers] Best approach for dealing with application with many images

2011-07-08 Thread dutchiedave
I have an application that uses many images. Each screen resolution has its own set of images. I would like to publish my application in the Android Market. To keep the final application size small it would seem the best solution is to have a different application for each screen size, so each app

[android-developers] Load in image based on screen size and density

2011-07-08 Thread dutchiedave
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