I need to develop android apps. And after some reading, I found out that the Android device is divided into several categories in terms of resolution, for example
- small screen
- regular screen
- big screen
- Extra large screen
but with different densities.
So, let's say, now I need to release a design for a regular screen, which resolution should I use for the "appearance" of the application user interface.
From reading, I know that Android apps use dp instead of px. So, this means that I need to convert some specific screen sizes to dp before I start designing?
Or am I just aiming for a general resolution for a normal screen size, like 320x480, provided I have several sets with different densities?
Please correct me if I made a mistake.
thanks
source share