I have an application which I wanted to have an interface that show 2 columns gridview on phone and 3 columns on tablet. How do I tell according to screen size that the user is using phone or tablet? What is the minimum size for phone and tablet?
Asked
Active
Viewed 168 times
0
-
1Android has an excellent layout support, refer to "Supporting Multiple Screens" guide: https://developer.android.com/guide/practices/screens_support.html – michaelcarrano Sep 19 '13 at 01:05
1 Answers
1
Click Here for the screen support.
To Support multiple screen support, try THIS

mike20132013
- 5,357
- 3
- 31
- 41