How to make an application compatible in all Android phones?
Pls help me to solve my issue.. In most of my application the Ui design is not compatible for all Android devices.. ie..all the widgets are not aligning in proper order in all phones.. i want to develop an application which should fit all phone size and resolution ( large phones, normal ones and in small ones) ..pls re开发者_C百科solve this issue...
Thanks in advance...
That may not be possible. However you can look at these links and learn how to provide different images(pixels and density), layouts and further on. It may not be possible to make a userinterface on a low level density screen the same way as a high density screen and then you can target different layouts to different phones e.g.
Providing Resources
Application Resources
Check the android developer site, mainly the following
1 . Supporting Multiple Screens
2 . User Interface Guidelines
精彩评论