Android - Multiple Screen support issue

后端 未结 1 706
忘了有多久
忘了有多久 2020-12-04 03:39

I am designing an Android Application that will support Tablets, but i am facing a small issue regarding the Multiple Screen Support.

Can anyone tell me, for the bel

相关标签:
1条回答
  • 2020-12-04 04:17

    Android Development Tutorial

    Android powers hundreds of device types with several different screen sizes, ranging from small phones to large TV sets. Therefore, it’s important that you design your application to be compatible with all screen sizes so it’s available to as many users as possible. But being compatible with different device types is not enough. Each screen size offers different possibilities and challenges for user interaction, so in order to truly satisfy and impress your users, your application must go beyond merely supporting multiple screens: it must optimize the user experience for each screen configuration. - See more at: http://fireandroids.blogspot.in/2014/01/developing-different-screen-sizes.html#sthash.tWtbmwLc.dpuf

    0 讨论(0)
提交回复
热议问题