Subrat
Subrat

Reputation: 3988

How to make a android app to MultiScreen support?

I hav an existing android app in version 1.5 . I have to make it to support Multiscreen .

Upvotes: 0

Views: 787

Answers (2)

Aman Shekhar
Aman Shekhar

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

Selzier
Selzier

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

Related Questions