Rajawali Live Wallpaper Template

This is a sample live wallpaper for Android. It uses Rajawali, an open-source OpenGL ES 2.x engine.

Setup

  1. Install the Android SDK.
  2. Clone https://github.com/MasDennis/Rajawali and https://github.com/MasDennis/RajawaliWallpaperTemplate into the same parent directory (i.e. ls ~/foo outputs Rajawali/ RajawaliWallpaperTemplate/).
  3. Import both projects into Eclipse.

Customizing

  • Change the Java package com.mydomain.wallpaper.mywallpaper to something new. Eclipse makes this relatively simple with its "Refactor" -> "Rename" functionality.
  • Update any package references in AndroidManifest.xml and res/xml/wallpaper.xml.
  • Rename the wallpaper in res/values/strings.xml.
  • Edit the settings activity in res/xml/settings.xml.