Skip to content

Rajawali/RajawaliWallpaperTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9f9586 · Mar 18, 2016

History

60 Commits
Aug 31, 2013
May 24, 2014
Aug 31, 2013
Nov 12, 2012
Aug 19, 2012
Apr 19, 2012
Aug 31, 2013
Mar 18, 2016
Apr 19, 2012
Apr 19, 2012
Nov 13, 2012

Repository files navigation

Rajawali Live Wallpaper Template

ATTENTION

As of 03/17/2016, this template is fully integrated to the examples application which has been moved to the main Rajawali repository: https://github.com/Rajawali/Rajawali. This repository will remain for historical reference but it is effectively abandoned and no responses from the maintainers should be expected.

=======================================================================

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.