I need to find out specific android tablet will use which layout folder(small, normal, large, xlarge) without writing code

28 Views Asked by At

xlarge screens are at least 960dp x 720dp.

large screens are at least 640dp x 480dp.

normal screens are at least 470dp x 320dp.

small screens are at least 426dp x 320dp.

px = dp * (dpi / 160)

i am using these folders. I am puting values to this formule. i calculate my tablets width 1300dp but it uses folder large. where can i find px and dpi values?

0

There are 0 best solutions below