Home:ALL Converter>Supporting Multiple Screens in Android

Supporting Multiple Screens in Android

Ask Time:2014-08-04T15:14:17         Author:user3851899

Json Formatter

I have developed an android app and its working fine in my mobile of resolution 240*320.But if I install in another mobile some like 240*400,480*800, etc all the view components are changing according to the screen resolution. I also created a sub folders under the res like layout-small,layout-large,layout-xlarge this procedure is also working according to the screen resolution the xml files are been read by particular folder.But this is not working on a 240*400,240*432,etc.., these type of screen resolutions are not supporting by the above procedure What should i do for achieving all the view components to be look same for all screen sizes. Thank you

Author:user3851899,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/25113462/supporting-multiple-screens-in-android
yy