amit sharma
amit sharma

Reputation: 210

How to make any android application for use in different devices as aspect of UI

As i am a new to android and made a small application but that doesn't give same
appearance on different devices
Thanks

Upvotes: 1

Views: 113

Answers (4)

Khawar Raza
Khawar Raza

Reputation: 16120

Use Relative layout and images of high density.

Upvotes: 0

florian h
florian h

Reputation: 1171

You should use different ressources and layouts for various screen sizes and orientations. You can find an extensive explanation here: http://developer.android.com/guide/practices/screens_support.html

Upvotes: 1

Peter Knego
Peter Knego

Reputation: 80350

Start by reading tutorial on Supporting Multiple Screens.

Upvotes: 1

Related Questions