-3

I need your help. I need to create live wallpaper like this : Bikini girl! If you can point me in the right direction it will be wonderful. Also, I want to know is this a video file or is it an animated gif or something else. I saw a simple tutorial for live wallpaper, but didn't find anywhere something like this. If you can give me some direction, like what I need to do first, what to use or some code it will be great. Thanks again!!!

coder
  • 10,460
  • 17
  • 72
  • 125
Jovan
  • 1,741
  • 4
  • 19
  • 38
  • You have to work with SurfaceView and Canvas. I also suggest you to read the article on Android Developer, that is really clear to understand how to develop [LiveWallpapers](http://developer.android.com/resources/articles/live-wallpapers.html) – Mangusto Nov 15 '11 at 00:18
  • Okey, but can you tell me is it a video or a animated gif? I will start from your sugestion and move on... – Jovan Nov 15 '11 at 07:35
  • I've never worked with LiveWallpapers directly, but GIFs are only 256 colors, so it's really hard to believe that a LW like the one you need to create is made on a poor quality image like GIF – Mangusto Nov 15 '11 at 07:38
  • Okey...thanks for your time... post this as a answer and if nobody put something that will help me i will claim your answer as true... Thanks again Mangusto.... :) – Jovan Nov 15 '11 at 07:54

1 Answers1

0

You have to work with SurfaceView and Canvas. I also suggest you to read the article on Android Developer, that is really clear to understand how to develop LiveWallpapers.

I've never worked with LiveWallpapers directly, but GIFs are only 256 colors, so it's really hard to believe that a LiveWallpaper like the one you need to create is made on a poor quality image like GIF.

Mangusto
  • 1,505
  • 1
  • 13
  • 29