I want to build universal application which will work on all devices pixel perfect. I am confused about the dimensions folder? How do I managed the aspect ratio of the textsize in sp? and dp?
I have built a test project with different values folder for mdpi, hpdpi, xhdpi, xxhdpi. and manage the aspect ratio by following this answer: ANSWER
On NOTE 3 it get resources from xxhdpi and text size appears to large.
Can any one guide me how to make application UI pixel perfect?
What is the aspect ratio for dimens in values folder for hdpi, xhdpi, xxhdpi, xxxhdpi?
Is it possible to make pixel perfect on every device? if yes then how? example please
What is the best solution to make different layout files for densities or different values(Dimens) files for densities?