Starting with Android 2.1. (API Level 7), developers can create live wallpapers - richer, animated, interactive backgrounds - on their home screens. A live wallpaper is very similar to a normal Android application: you can create menu with settings, use SGL and OpenGL for drawing, accelerometer, etc.How to create Android Live Wallpaper - CodeProject
In this article I want to demonstrate how to create live wallpaper from scratch. Step-by-step we will create live wallpaper that would output TV test pattern on out home screen. Just like on real TV during night ours!
This article will highlight following aspects of Live Wallpaper development:
- Drawing on graphic primitives (circles, rectangles) using android.graphics.Canvas class.
- Developing of applications for screens with different resolution and orientation.
- Creation of settings dialog for live wallpaper.
- Reading of variables values for resource XML file.
- Actual creation of live wallpaper for Android
This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Thursday, September 9, 2010
How to create Android Live Wallpaper - CodeProject
Here is the introduction:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment