Skip to content

miao1007/AnimeWallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 16, 2018
a7e0879 · Apr 16, 2018
Mar 4, 2018
Apr 16, 2018
Feb 8, 2016
Mar 4, 2018
Nov 13, 2014
Nov 2, 2015
Mar 4, 2018
Jan 20, 2015
Jun 17, 2017
Jul 5, 2016
Mar 4, 2018
Jun 17, 2017
Nov 13, 2014
Nov 13, 2014
Jul 5, 2016
Jan 21, 2016

Repository files navigation

AnimeWallpaper

Download high quality pictures from Konachan.

Blur

Search

Latest APK

see releases

Build Environment

Android Studio 2.0 or higher

Feature

1. FullHD Wallpaper

  1. download, preview and share full HD anime wallpaper for free.
  2. search by name (eg. hunter_x_hunter, inuyasha, bakemonogatari)

2. iOS design implementation for Android

  1. Toolbar with translucent statusbar for Kitkat device above
  2. Realtime blur on Android(Dialog/ActionSheet/ListView)
  3. Search/Indicator(Progressbar)/Translation animation

3. A practice with latest library

  1. OkHttp/Picasso/Retrofit
  2. RxJava

4. Resources

  1. Recommend iOS UIView for Android: see iOS UIView for Android
  2. Konachan API Doc: https://konachan.com/help/api

Getting started

1. clone the project

git clone https://github.com/miao1007/AnimeWallpaper.git

2. remove the SDK keys

This is my private crash report's key, you can delete it in the config

first remove buildConfigField line in build.gradle

defaultConfig {
    applicationId "com.github.miao1007.animewallpaper"
    minSdkVersion 15
    targetSdkVersion 22
    versionCode 130
    versionName "1.3.0"
-   buildConfigField("String", "BUG_HD_SDK_GENERAL_KEY", BUG_HD_SDK_GENERAL_KEY)
  }

then remove following lines in GlobalContext.java

public class GlobalContext extends Application {

-  FIR.init(instance,BuildConfig.BUG_HD_SDK_GENERAL_KEY);
-  FIR.addCustomizeValue("DEBUG", BuildConfig.DEBUG + "");
}

3. build the project

just click run

License

  1. Icon: Creative Commons Attribution-NoDerivs 3.0 Unported
  2. Font: SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

Developed By

Leon - miao1007@gmail.com