Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simplest example of an Android live wallpaper [closed]

I'm trying to make an android live wallpaper. I am looking for just a simple example that just displays a solid background and does nothing else to get me started. I've looked up quite a few tutorials but they all have preference activities and I can't get any of them to work. I've even tried removing everything that it does not need other than the required override functions. Can anyone post the code for just a simple live wallpaper or post a link to an example that definitely works.

I've been using the android emulator with version 2.1 sdk 7. It runs the cube live wallpaper that comes in the sdk, but when I create the cube project myself it doesn't work.

Thanks!!!

like image 451
rmetzger Avatar asked Jul 18 '11 04:07

rmetzger


People also ask

What is live wallpaper in Android?

Live wallpapers are animated and typically interactive backgrounds that provide ever-changing screens to keep your phone dynamic. A longtime Android feature, live wallpapers can change once in awhile or every time you power on the screen.

What is live wallpaper format?

If you want to be able to use a video as a live wallpaper on Android devices, you have to make sure that the video is an . mp4 format.


1 Answers

check these may be helpful:

http://blog.androgames.net/58/android-live-wallpaper-tutorial/

http://www.codeproject.com/KB/android/AndroidLiveWallpaper.aspx

http://www.vogella.de/articles/AndroidLiveWallpaper/article.html

like image 91
Lavanya Avatar answered Nov 13 '22 19:11

Lavanya