On Aug 25, 2:57 pm, Atul Raut <[email protected]> wrote: > Hi, > > I am new application development. > I am using Eclipse for making applications. > When trying to create new project using Eclipse > It is not creating simple res/drawable/ instead > its creating three drawable folder. > i.e. 1] drawable-hdpi 2] drawable-ldpi, 3]drawable-mdpi > What is this all three for ? > General scenario as per Google it needs res/drawable/ > to save icon image. Now on Eclise where to save icons ? > On all folder or ?
They are for using different art for high, medium, and low resolution devices. I'm not sure if the sdk does automatic scaling of drawables but if you create your image as a hi-res original then scale down copies for the low and medium resolution devices it will look better and load faster than if you scale it at runtime. Take this with a grain of salt, I'm not 100% sure. Sorry I don't have a better explanation, hopefully someone else can clarify. -- 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

