Menu
  • HOME
  • TAGS

how to auto resize, compatible, adjust screen size for all android devices

android,android-layout,android-xml,android-screen-support,android-resolution

There are some things which are crucial, if you want to support different screen sizes: Use different drawables for every screen density bucket (drawables-hdpi, drawables-xhdpi, etc) Use dp instead of px as unit for size. Avoid using absolute sizes, use margins and let Android scale it accordingly. You can read...

Supporting Multiple Android Screens: Advantages vs. disadvantages of having drawer folders (images) for all densities?

android,android-layout,android-resources,android-drawable,android-resolution

There's no significant advantage, when designer or you simply reduce image size and put inside the ldpi, actual meaning is to paint another image for small size, because there are many cases, when simply reducing an image size produces inacurate and low quality image, and a good designer will draw...