Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kgilmer/com.abk.lw.starter
- Owner: kgilmer
- License: mit
- Created: 2015-04-12T06:55:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T06:58:47.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T08:17:38.067Z (almost 2 years ago)
- Language: Java
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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