[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

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

2011-07-08 Thread TreKing
On Thu, Jul 7, 2011 at 7:11 PM, dutchiedave dutchieprogram...@gmail.comwrote: Is this the right approach? Depends - ideally you have one APK that just works anywhere. But in this case, if your app will be huge with a ton of wasted resources, it probably makes sense. Not much more you can do