Neilz wrote: > Thanks Mark. > > Is it ok to have so many directories? At the moment, on this advice, I > will have: > > /drawable-hdpi > /drawable-ldpi > /drawable-mdpi > /drawable-mdpi-v3 (...or) > /drawable > > This app relies heavily upon bitmaps, so there will be a lot of > duplication, and hence a much higher download size than intented.
You only need all of those if you have different images. Images that you aren't changing based on densities can just go in res/drawable/ and be picked up by all densities, -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

