3

Is it possible to add live wallpaper as background into an app?

ZoogieZork
  • 11,215
  • 5
  • 45
  • 42
CeccoCQ
  • 3,746
  • 12
  • 50
  • 81

1 Answers1

2

It looks like the live wallpapers are just SurfaceViews, so there should be no reason you can't include something like that in your app. Your going to need to have the live wallpaper in your actual application instead of grabbing it from your users phone though.

http://developer.android.com/resources/samples/CubeLiveWallpaper/index.html

sgarman
  • 6,152
  • 5
  • 40
  • 44