0

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?

Kara
  • 6,115
  • 16
  • 50
  • 57
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
  • 1
    Android 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 Answers1

1

Click Here for the screen support.

To Support multiple screen support, try THIS

mike20132013
  • 5,357
  • 3
  • 31
  • 41