All Projects → danimahardhika → Wallpaperboard

danimahardhika / Wallpaperboard

Licence: apache-2.0
Android Json based wallpaper dashboard library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wallpaperboard

Frames
Free, feature-rich, easily customizable Android dashboard for wallpapers apps
Stars: ✭ 396 (+68.51%)
Mutual labels:  wallpapers, material-design, dashboard
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-61.28%)
Mutual labels:  wallpapers, material-design, dashboard
Candybar Library
Android icon pack material dashboard
Stars: ✭ 437 (+85.96%)
Mutual labels:  library, material-design, dashboard
Blueprint
Free, feature-rich, easily customizable Android dashboard for icon packs
Stars: ✭ 389 (+65.53%)
Mutual labels:  wallpapers, material-design, dashboard
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (-16.17%)
Mutual labels:  wallpapers, material-design, dashboard
Bottombar
(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
Stars: ✭ 8,459 (+3499.57%)
Mutual labels:  library, material-design
Wymaterialbutton
Interactive and fully animated Material Design button for iOS developers.
Stars: ✭ 80 (-65.96%)
Mutual labels:  library, material-design
Simpledialogfragments
A collection of easy to use and extendable DialogFragment's for Android
Stars: ✭ 94 (-60%)
Mutual labels:  library, material-design
Smartmaterialspinner
The powerful android spinner library for your application
Stars: ✭ 108 (-54.04%)
Mutual labels:  library, material-design
Textfieldboxes
Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.
Stars: ✭ 760 (+223.4%)
Mutual labels:  library, material-design
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+554.04%)
Mutual labels:  library, material-design
Folding Cell
📃 FoldingCell is an expanding content cell with animation made by @Ramotion
Stars: ✭ 10,035 (+4170.21%)
Mutual labels:  library, material-design
Vue Auth Boilerplate
🔑 Vue.js scalable boilerplate with user authentication.
Stars: ✭ 31 (-86.81%)
Mutual labels:  material-design, dashboard
Material Angular Dashboard
Material Angular Admin Template
Stars: ✭ 940 (+300%)
Mutual labels:  material-design, dashboard
Matter
Material Design Components in Pure CSS. Materializing HTML at just one class per component 🍰
Stars: ✭ 888 (+277.87%)
Mutual labels:  library, material-design
Kivymd
Set of widgets for Kivy inspired by Google's Material Design.
Stars: ✭ 107 (-54.47%)
Mutual labels:  library, material-design
Animated Tab Bar
RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
Stars: ✭ 10,904 (+4540%)
Mutual labels:  library, material-design
Dynamic Toasts
Custom toasts with color and icon for Android.
Stars: ✭ 132 (-43.83%)
Mutual labels:  library, material-design
Garland View Android
≡ GarlandView seamlessly transitions between multiple lists of content. Made by @Ramotion
Stars: ✭ 1,855 (+689.36%)
Mutual labels:  library, material-design
Expanding Collection
ExpandingCollection is an animated material design UI card peek/pop controller. iOS library made by @Ramotion
Stars: ✭ 5,456 (+2221.7%)
Mutual labels:  library, material-design

Wallpaper Board

Build Status CircleCI Codacy Badge License
Android Wallpaper Dashboard

Get it on Google Play

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 8

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 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.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].