3

I'm a new Android developer, and I am creating android Live Wallpaper as the first project. How can I support multi resolution? I don't know whether I should scale images by code or change them according to resolution.

Nathan Arthur
  • 8,287
  • 7
  • 55
  • 80
sadecom
  • 41
  • 1
  • 6
  • Go through all three of the pages listed [here](http://developer.android.com/training/multiscreen/index.html), and follow their advice. – Raghav Sood Mar 26 '13 at 18:51
  • Yes,I've done but I need to know is there anything special for live wallpapers,I set an image in background and change it automatically like a gif file. – sadecom Mar 26 '13 at 19:09

1 Answers1

1

Actually, I'm a new Android developer too, but recently I saw a nice tutorial about Live WallPapers on Android that may be help you and in addition I found a similar question here in SO.

Community
  • 1
  • 1
Castiblanco
  • 1,200
  • 4
  • 13
  • 32