0

To answer this question I have tried to see all the possible dp values of all the different android devices widths, but I have seen that there are a huge amount of different dp values as there is a huge amount of different screen sizes with different screen densities.

I have seen that the typical dp values are the following: 320dp, 480dp, 600dp, 720dp

I have created a different dimens.xml for the above different dp values:

dimens.xml (w320dp) (will manage 320 to 479 dp)

dimens.xml (w480dp) (will manage 480 to 599 dp)

dimens.xml (w600dp) (will manage 600 to 699 dp)

dimens.xml (w700dp) (will manage up or equal to 700 dp)

Now my question is, how many more dimens files are needed to support like 95% of all devices? I'm going off my head because I think I'll have to add more than 1000 dimens.xml(???dp) if I want to support all the different Android devices.

sacacorchos
  • 163
  • 9

0 Answers0