Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android UI for multiple devices

Tags:

android

Is there a way to ensure that my Android UI will display as expected across different phones ?

like image 614
Ramp Avatar asked Dec 17 '22 20:12

Ramp


2 Answers

Go through the developers guide on supporting multiple screens. It gives you all information on that topic.

like image 99
UpCat Avatar answered Dec 26 '22 20:12

UpCat


This would be the first stop I would recommend:

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

"This document explains the screens-support features provided by the platform and how you use them in your application. By following the practices described here, you can easily create an application that displays properly on all supported device screens and that you can deploy to any device as a single .apk."to any device as a single .apk."

like image 45
purserj Avatar answered Dec 26 '22 20:12

purserj