Reputation: 210
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
Reputation: 24031
Use Relative layout. Refer these links:
http://developer.android.com/guide/practices/screens_support.html
http://developer.android.com/resources/articles/layout-tricks-efficiency.html
Upvotes: 3
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