-1

I want to design screen UI. that should support all the phones and tablets (also support orientations) with of different screen sizes and densities do i have to make different res-folder for all the devices with different orientations ? What is the best way to design my screen UI. that should support all the phones and tablets.

2 Answers2

0

You can use Constraintlayout we want to use only one layout its the better way other than you have to create different size UI.

https://developer.android.com/training/constraint-layout

AskNilesh
  • 67,701
  • 16
  • 123
  • 163
Chanaka Weerasinghe
  • 5,404
  • 2
  • 26
  • 39
0

There is no "silver bullet", i suppose) It's problem solving individually. If you have not so complicated UI, you can use Constraint Layout If you have extremely complicated UI with differences between screen orientation, or between screen sizes - then better to use resources. More information here

Scrobot
  • 1,911
  • 3
  • 19
  • 36