I won't create wallpaper-application but have one problem.

Please tell me how add ImageView or another element in android wallpaper-application to create frame animation?

link|improve this question

69% accept rate
Use the Canvas, Luke – user1136218 Jan 23 at 19:24
feedback

1 Answer

up vote 1 down vote accepted

I can't say for sure that live wallpapers can't use activities, but If you want to have an animation, you can always draw your objects on a Canvas or using OpenGL. For detailed example, see this: http://www.pushing-pixels.org/2010/02/01/live-wallpapers-with-android-sdk-2-1.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.