I want an live wallpaper example which uses image to set wallpaper and handle orientation change also. I want to set time interval of say 30 seconds after which the next image will be displayed in wallpaper. i Checked few tutorial like vogela's but it doesn't use image. Any help is appreciated.
Asked
Active
Viewed 432 times
0
-
1Have u tried some where? means where is your code. – Robi Kumar Tomar Sep 17 '13 at 09:41
1 Answers
0
I solved it by using Timer class for the the interval issue and for orientation change i reflected the changes in onSurfaceChanged() method of WallpaperService.

Bhavik Tikudiya
- 103
- 1
- 7