Can someone guide me how to create a live wallpaper in Android. I have referred so many examples but they are too complex to understand. Can any one give simple example like moving horizontal bar or something like that?
Asked
Active
Viewed 164 times
2 Answers
1
You could check CubeLiveWallpaper
from Android SDK official samples.
You need to install the Samples with Android SDK MAnager.
Then, in Eclipse:
File
> New
> Other
> Android Sample Project
> {Target with Samples}
> CubeLiveWallpaper
.

Hartok
- 2,147
- 20
- 37
-
hy thanks. helped me a lot to understand exact flow of live wallpaper.. – qulfille Mar 01 '13 at 05:02
0
Hi this is best tutorial ever http://mobile.tutsplus.com/tutorials/android/creating-live-wallpapers-on-android/

VKSingh
- 452
- 6
- 17