tags:

views:

41

answers:

1

Hi all

I hav started doing app in Android. I want to set wallpaer in Android which run in Background(using Service) and the wallpaper will change within 5 minute in background. I keep the image files in Drawable. Anyone kindly send the coding for setting the wallpaer and retriving it after 5 minutes..

Thanx in Advance.

A: 

You may want to look at the WallpaperManager.
Write a simple service and you could use a Timer to change the Wallpaper at regular intervals.

codinguser
I am unble to do this by following WallpaperManager.Please help me..........
Subrat
It would help if you could state why you can't use WallpaperManager. What API level are you targeting?
codinguser