1

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?

Elmo
  • 6,409
  • 16
  • 72
  • 140
Leo
  • 3,003
  • 5
  • 38
  • 61

1 Answers1

1

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

Alehar
  • 639
  • 5
  • 16