How To Handle Different Sizes Of Screen On Android
First, I run program on emulator. After that, I run on many android phones. Some are very small, some are show in rotate side then can't rotate back, and can't scroll (I did not do
Solution 1:
fo rthis problem u use Support screens tag in manifestfile.For further reference see the below link Support screens
Solution 2:
The developer docs have lots of good guidance about this in the article on Supporting Multiple Screens. Under the Best Practices section, they recommend not using AbsoluteLayout. If you share what you are trying to accomplish, we may be able to suggest a way that works on a wide range of screens.
Post a Comment for "How To Handle Different Sizes Of Screen On Android"