Reputation: 3988
I hav an existing android app in version 1.5 . I have to make it to support Multiscreen .
Upvotes: 0
Views: 787
Reputation: 2780
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
Upvotes: 0
Reputation: 101
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
Upvotes: 2