Is it possible to add live wallpaper as background into an app?
Asked
Active
Viewed 1,657 times
3
-
1The user's currently selected homescreen live-wallpaper, or a specific one? – Yoni Samlan Mar 31 '11 at 15:41
-
1No, I mean add a live wallwaper within an user app, not at homescreen – CeccoCQ Mar 31 '11 at 15:55
-
1I understand in your app. But do you want to show a specific LiveWallpaper in your app, or show the current homescreen's live wallpaper in your app? – Yoni Samlan Mar 31 '11 at 16:41
-
Ah sorry, I mean my custom LiveWallpaper – CeccoCQ Mar 31 '11 at 17:26
1 Answers
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