user interface - Android - How to make UI look same across devices? -


There are several types of tools on the market, with different screen sizes, resolutions, and pixel density.

There are some layout preferences or tips / tricks that are usually meant to ensure that the app looks the same across all devices?

I always have a "dip" form of stand alone unity instead of pixels Use layout_weight to create ratio,

and all my apps, with full 10 inch tablet devices and small smartphones, a 3,2 inch screen!


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -