I am testing my application on a 540x960 resolution phone and the application works fine, but when I test the device on other resolution phones in my emulator the image animations do not work at all. So my question is how can I make other image resources of my already made images to accommodate for all of the android screen sizes.
Asked
Active
Viewed 84 times
-1
-
follow below answer that will explain you in detail. [http://stackoverflow.com/a/16910589/3713967](http://stackoverflow.com/a/16910589/3713967) – Sameer Donga Jan 03 '16 at 08:13
-
You will definitely get you all queries resolved here.http://developer.android.com/guide/practices/screens_support.html – Krishna Satwaji Khandagale Jan 03 '16 at 08:53
1 Answers
0
There is full and well explained tutorial at Android documentation.
Also, you have plugins in Android Studio to create images for all the screen sizes, for example IconPackDrawable Importer
.
Also you can do this online using AssetStudio for Android

Evgeniy Mishustin
- 3,343
- 3
- 42
- 81