


On your Android device screen, you can do a long press on the empty space, and a list of icons will be displayed at the bottom. Where to Locate Live Wallpapers on Your Mobile Device As in all my previous tutorials, complete source codes are available in the References section. Because we intend to animate the device background, a simple yet innovative concept called “boids” simulating flocking creatures also will be introduced as a bonus for our live wallpaper example. We start the tutorial by briefly introducing where you can locate the live wallpapers available on your device, what the key wallpaper APIs are, what the app setup looks like, and an example code walk-through. Implemented like a typical Android service, it is responsible for showing a live background behind applications that would like to sit on top. It is similar to other Android apps and can use most of the available functionalities. A live wallpaper is basically a service app showing the animated and interactive background for your device screen. In this tutorial, we will turn our attention to experiment a fun feature called “Live Wallpaper” on Android devices.
