I want to create an application under ANDROID, but there are many different views. How many screen resolutions for ANDROID devices?
example code:
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
You should go through the design strategies of android devices. here is the complete set of guidance. And here is the complete guidance for making UI for different screen sizes and densities.
Enjoy 🙂