Home

Awesome

Wallpaper Board <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/icon.png" width="35">

Build Status CircleCI Codacy Badge License <br>Android Wallpaper Dashboard

<p><a href='https://play.google.com/store/apps/details?id=com.dm.wallpaper.board.demo&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width="200"/></a></p>

Gradle Dependency

Requirements

Take a look on this screenshot for requirements

The minimum API level supported by this library is API 15

Add JitPack repository to root build.gradle

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

Add the dependency

dependencies {
    implementation 'com.github.danimahardhika:wallpaperboard:1.7.0-b5'
}

Or use a snapshot

dependecies {
    implementation('com.github.danimahardhika:wallpaperboard:-SNAPSHOT') {
        changing = true
    }
}

How to Use

Take a look inside <a href="https://github.com/danimahardhika/wallpaperboard/wiki" target="_blank">Wiki Site</a>.

Previews

<img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS01.jpg" width="215"> <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS02.jpg" width="215"> <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS03.jpg" width="215"> <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS04.jpg" width="215"> <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS05.jpg" width="215"> <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS06.jpg" width="215"> <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS07.jpg" width="215"> <img src="https://raw.githubusercontent.com/danimahardhika/wallpaperboard/master/arts/SS08.jpg" width="215">

Features

Support Development

Support development by making donation through demo app at Google Play.

Translation

Help translating Wallpaper Board to supports more languages here.

Need a Help?

Join WallpaperBoard community on Google+

Wallpaper App Using Wallpaper Board

Want your app listed here? Mention me at Google Plus.

License

Copyright (c) 2017 Dani Mahardhika

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.