With live wallpapers, you must handle these effects manually. Fading / fading can be achieved by drawing two bitmaps in one canvas and changing the alpha of the second bitmap. I'm not sure what you mean by “slide” ... live wallpapers usually use an effect called parallax scrolling, which is facilitated by the onOffsetsChanged () callback ... see an example cube in the SDK for a simple implementation.
source
share