Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kgilmer/com.abk.lw.starter

Android Live Wallpaper Starter
https://github.com/kgilmer/com.abk.lw.starter

Last synced: about 2 months ago
JSON representation

Android Live Wallpaper Starter

Awesome Lists containing this project

README

        

# Android Live Wallpaper Starter

A project that gets you a few more things than the standard example code provided by Google. Implemented with Android Studio.

Features:
* Clean isolation of 'application' code from the various Android boilerplate.
* Wallpaper configuration UI and mapping to a user-defined class for configuration and other state.
* Persistence of wallpaper state.
* Sample code of a working live wallpaper that can be easily deleted or customized.
* Inclusion of some modern libraries to make things nicer: Otto, Timber, Guava, and Dagger.
* A debug option to show draw frame rates.
* MIT Licensed