Skip to content Skip to sidebar Skip to footer

Multiple Screen Issue

I have my application running in Android Tab. But when I am delpoying in Nexus One or some other smaller device, my UI getting out of bound. I have gone through documentaion I hav

Solution 1:

You can create multiple layouts for different screens. Just create folders named as layout-small, layout-large etc, Android OS will handle it according to the device. For more information read this.


Post a Comment for "Multiple Screen Issue"