I would like to know what is the best practice to set UI layout that supports different type of screen resolutions on Android. Is there any lib which facilitates the work ? Thanks in advance for your replys and have a good day :)
Asked
Active
Viewed 38 times
-1
-
I am pretty sure Android manages that automatically and it's already been coded by Google. *That or I didn't quite understand your question.* – Lazini Jun 28 '15 at 17:37
1 Answers
0
There's no prepared solutions for this task, it depends on your app structure and goals. e.g look at GMail app: on small screen, list of emails and one email are fragments on separate screens, but on tablet both fragments are present on screen at same time.
These articles are also very helpful

Max77
- 1,466
- 13
- 19