Explaining supports-screens in Android
With the multitude of screen sizes and densities of Android devices out there, it has become increasingly hard to make Android apps look good on all devices, especially in games. And this is where the manifest <supports-screens/> attribute comes in. This manifest tag supports 4 attributes, each addressing a specific configuration: android:smallScreens, android:normalScreens, android:largeScreens and [...]