• Stars
    star
    430
  • Rank 101,083 (Top 2 %)
  • Language
    Java
  • Created about 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[Android] Konachan wallpaper downloader

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 - [email protected]