How my android app will run on multiple screen resolution devices?
I have developed an android application and run it on an HVGA emulator. It's running successfully on any HVGA device i.e. mdpi. But if I try to run on small screen resolution devices i.e QVGA then my buttons are looking as if they go down and dont fit onto the small screen... So how can I run my android application on multiple screen resolution successfully? follow these instructions create a folder in yourAppFolder/res/ named layout-small (*more on this subject later) insert in this folder all your xml layout items that need special treatment for a small screen (it is not necessary to copy