项目作者: miao1007

项目描述 :
[Android] Konachan wallpaper downloader
高级语言: Java
项目地址: git://github.com/miao1007/AnimeWallpaper.git
创建时间: 2014-11-13T08:57:18Z
项目社区:https://github.com/miao1007/AnimeWallpaper

开源协议:

下载


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

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

  1. defaultConfig {
  2. applicationId "com.github.miao1007.animewallpaper"
  3. minSdkVersion 15
  4. targetSdkVersion 22
  5. versionCode 130
  6. versionName "1.3.0"
  7. - buildConfigField("String", "BUG_HD_SDK_GENERAL_KEY", BUG_HD_SDK_GENERAL_KEY)
  8. }

then remove following lines in GlobalContext.java

  1. public class GlobalContext extends Application {
  2. - FIR.init(instance,BuildConfig.BUG_HD_SDK_GENERAL_KEY);
  3. - FIR.addCustomizeValue("DEBUG", BuildConfig.DEBUG + "");
  4. }

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