Thursday 16 January 2020

How to create UI that look scaled pixel perfect on different size Android devices

There are many different sizes Android devices available so I wanted to know how to create UI such that it looks exactly scaled pixel perfect on different sized devices. I tried googling but found no results to achieve the same and results referred to only handling images and not alignments. Currently I had used dimens file with combination of density and sw configuration but since devices in same size bucket have different sizes it doesn't look pixel perfect.Our web team handles it on webview apps and it looks perfect in there but how to achieve same for native apps? How we can create UI such that it looks same across devices? Any help would be appreciated.



from How to create UI that look scaled pixel perfect on different size Android devices

No comments:

Post a Comment