Skip to content Skip to sidebar Skip to footer

How To Create An Android Application That Support And Run Perfect All Screen Size Mobile Device And Tablets?

Here I develop one application which has menu screen with 8 icons on that screen, i have two sets of icon according to size. 1 set icon size is 197 * 253 2 set icon size is 184 * 2

Solution 1:

You need to create different layout folder for Supporting Multiple Screens.

ayout-small layout-normal layout-large

it better to refer Multiple screen support in android.

Post a Comment for "How To Create An Android Application That Support And Run Perfect All Screen Size Mobile Device And Tablets?"