Giter Site home page Giter Site logo

zhouhui520w / ganwumei Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lugandong/ganwumei

0.0 2.0 0.0 5.37 MB

干货集中营Android客户端:运用Dagger2+Retrofit2+RxJava+Realm所制作的一个关于干货分享的开源项目,API接口由gank.io提供,欢迎Fork交流学习~

License: MIT License

Java 100.00%

ganwumei's Introduction

GanWuMei

广告语:自从有了Gan物妹,每天都有新体...

一个分享干货的APP,运用了现在流行的Dagger2+Retrofit2+RxJava所制作的一个关于干货分享的开源项目,API接口由gank.io提供。

2016-5-05

项目进入0.9.8阶段

本项目主要由3部分组成:

  • 干货主界面,每日妹子预览list;
  • Android、iOS 20条干货随机浏览;
  • 每日干货详情区;

预览如下:

更新日志

TODO

  • 收藏夹功能
  • 分享功能
  • GitHub用户登录功能
  • 缓存功能
  • 还有一大波BUG等着我去爱护呢~

如果您对Gan物妹有什么自己的想法和意见欢迎ForkIssues ♪(^∀^●)ノ ,谢谢支持!

About

关于作者我:

呆毛我为大四即将毕业小朋友一枚,正在找工作,欢迎基友们前来勾搭哟~(✿◡‿◡)~

勾搭微博:Dimon-喰

勾搭邮箱:[email protected]

勾搭博客:Dimon's Program Basement

关于Gan物妹:

此乃吾First练手项目,可能代码充满着臭味道,但还是充满了对技术的追求。因为吾等晚辈才学疏浅,总会有些地方错漏,衷心希望如果您有好的建议或优化方案,欢迎ForkIssues ♪(^∀^●)ノ ~

关于开源库:

感谢开源世界,抱着不重复造轮子的心态,默默地依赖了一大堆开源库(。・∀・)ノ゙,运用的都是一些先进比较流行、成熟度比较高的库,如下:

    compile 'com.github.chrisbanes:PhotoView:1.2.6'

    compile 'com.jakewharton:butterknife:7.0.1'// 标注
    compile 'com.jakewharton:disklrucache:2.0.2'//缓存

    apt 'com.google.dagger:dagger-compiler:2.0.2' //指定注解处理器
    compile 'com.google.dagger:dagger:2.0.2' // dagger2公用api
    compile 'com.google.dagger:dagger-compiler:2.0.2' // dagger2

    compile 'io.reactivex:rxandroid:1.1.0' // RxAndroid
    compile 'io.reactivex:rxjava:1.1.0' // 推荐同时加载RxJava

    compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4' // Retrofit网络处理
    compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0-beta4' // Retrofit的rx解析库
    compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4' // Retrofit的gson库

    compile 'com.google.code.gson:gson:2.6.2'

    compile 'com.github.bumptech.glide:glide:3.7.0'

    compile 'com.squareup.okhttp3:okhttp:3.1.2'
    compile 'com.squareup.okhttp3:logging-interceptor:3.1.2'

    provided 'javax.annotation:jsr250-api:1.0' // Java标注
    provided 'org.glassfish:javax.annotation:10.0-b28'//添加android缺失的部分javax注解

    compile 'com.github.zhaokaiqiang.klog:library:1.3.0'//日志输出

    compile 'org.greenrobot:eventbus:3.0.0'

最后感谢

ganwumei's People

Contributors

dimon94 avatar

Watchers

James Cloos avatar MoonInCloud avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.