Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danimahardhika/wallpaperboard
Android Json based wallpaper dashboard library
https://github.com/danimahardhika/wallpaperboard
android android-library dashboard library material-design muzei wallpapers
Last synced: about 1 month ago
JSON representation
Android Json based wallpaper dashboard library
- Host: GitHub
- URL: https://github.com/danimahardhika/wallpaperboard
- Owner: danimahardhika
- License: apache-2.0
- Created: 2017-02-05T07:50:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T01:43:20.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T20:45:44.592Z (4 months ago)
- Topics: android, android-library, dashboard, library, material-design, muzei, wallpapers
- Language: Java
- Homepage:
- Size: 2.52 MB
- Stars: 254
- Watchers: 39
- Forks: 129
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - WallpaperBoard - Android wallpaper dashboard library. (Android)
- awesome-indonesia-repo - WallpaperBoard - Android wallpaper dashboard library. (Android)
README
# Wallpaper Board
[![](https://jitpack.io/v/danimahardhika/wallpaperboard.svg)](https://jitpack.io/#danimahardhika/wallpaperboard) [![Build Status](https://travis-ci.org/danimahardhika/wallpaperboard.svg?branch=master)](https://travis-ci.org/danimahardhika/wallpaperboard) [![CircleCI](https://circleci.com/gh/danimahardhika/wallpaperboard.svg?style=svg)](https://circleci.com/gh/danimahardhika/wallpaperboard) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3b44524988a940fa9a48917bd6ed5367)](https://www.codacy.com/app/danimahardhika/wallpaperboard?utm_source=github.com&utm_medium=referral&utm_content=danimahardhika/wallpaperboard&utm_campaign=Badge_Grade) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Android Wallpaper Dashboard# Gradle Dependency
**Requirements**
* Latest version of Android Studio
* Android-SDK Build tools v27
* API 26 SDK Platform
* Latest version of Android Support Library
* Java SE Development Kit 8Take a look on this [screenshot](https://raw.githubusercontent.com/danimahardhika/candybar-library/698d102f504f5a843af4f5bc67a340a09b3c5889/screenshots/requirements.jpg) for requirements
The minimum API level supported by this library is API 15
Add JitPack repository to root `build.gradle`
```Gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
```
Add the dependency
```Gradle
dependencies {
implementation 'com.github.danimahardhika:wallpaperboard:1.7.0-b5'
}
```Or use a snapshot
```Gradle
dependecies {
implementation('com.github.danimahardhika:wallpaperboard:-SNAPSHOT') {
changing = true
}
}
````# How to Use
Take a look inside Wiki Site.# Previews
# Features
* License Checker
* Cloud Based Wallpaper
* Category
* Mark wallpaper as favorite
* Preview wallpaper
* Apply wallpaper: inbuilt wallpaper crop
* Download wallpaper
* Settings
* Clear Cache
* Swith to Dark Theme
* About
* Donation
* Muzei Live Wallpaper: smart art source loader with advanded settings
* Supports Tablet# Support Development
Support development by making donation through demo app at Google Play.# Translation
Help translating Wallpaper Board to supports more languages [here](https://goo.gl/Mae5hc).# Need a Help?
Join [WallpaperBoard community](https://goo.gl/R2RjwM) on Google+# Wallpaper App Using Wallpaper Board
Want your app listed here? Mention me at [Google Plus](https://plus.google.com/u/1/+DaniMahardhika).
* [AMOLED mnml Wallpapers](https://play.google.com/store/apps/details?id=yasanq.amoledmnml.wallpapers)
* [myWalls](https://play.google.com/store/apps/details?id=com.lc.mywalls)
* [NEVER SETTLE Wallpapers](https://play.google.com/store/apps/details?id=com.wilfredparmar.never.settle)
* [Wallerta](https://play.google.com/store/apps/details?id=com.xorrisont.wallerta)
* [Sulox](https://goo.gl/EcrGN9)# License
```
Copyright (c) 2017 Dani MahardhikaLicensed 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 athttp://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.
```