开发者

How to make a android app to MultiScreen support?

开发者 https://www.devze.com 2023-01-23 04:25 出处:网络
I hav an existing androi开发者_如何学编程d app in version 1.5 . I have to make it to support Multiscreen .If you have already developed and published an application for Android 1.5 or earlier, you sho

I hav an existing androi开发者_如何学编程d app in version 1.5 . I have to make it to support Multiscreen .


If you have already developed and published an application for Android 1.5 or earlier, you should read this document and consider how you may need to adapt your application for proper display on new devices that offer different screens and that are running Android 1.6 or later. In most cases, only minor adjustments are needed, however you should make sure to test your application on all supported screens.

Document:

http://developer.android.com/guide/practices/screens_support.html


That can be done very easily, here is the library which you need to implement on your project. I created this library using this you can support all the screens.

https://github.com/Shekhar14o3/Library-On-Different-Screen-Supports

0

精彩评论

暂无评论...
验证码 换一张
取 消