-2

I've been using Aide to develop my android app, a. Having issues designing for multiple screens and Especially tablets, cos I am using an handset not a tablet... how will I know the size

Nikhil PV
  • 1,014
  • 2
  • 16
  • 29
  • [Check here](https://developer.android.com/guide/practices/screens_support.html) – Ashish M Mar 09 '17 at 06:08
  • Supporting Tablets and Handsets https://developer.android.com/guide/practices/tablets-and-handsets.html – sivaBE35 Mar 09 '17 at 06:09
  • If you using Aide then it would be hard to preview large screens because your using a handset, I would suggest you create two new layouts `layout-xlarge` and `layout-large` large screens are at least 640dp x 480dp and xlarge screens are at least 960dp x 720dp, just duplicate the smaller layout and create separate `dimen.xml` for those larger screens – Richard K Maleho Mar 09 '17 at 06:18

1 Answers1

0

go through this link: hope we will get your solution

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

Priyanka
  • 247
  • 4
  • 19