pretty-girl
###一个收集妹纸图片的App,并且用了比较多的Rx库写 ###开发目的 为了学习DataBinding, Dagger2, RxJava, RxBinding, Retrofit 2.0等知识,参考了mr-mantou-android。 ###截图 ###依赖库
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.android.support:cardview-v7:23.2.0'
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'io.reactivex:rxandroid:1.0.1'
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2'
compile 'com.squareup.retrofit:adapter-rxjava:2.0.0-beta2'
compile 'com.trello:rxlifecycle:0.3.0'
compile 'com.trello:rxlifecycle-components:0.3.0'
compile 'com.jakewharton.rxbinding:rxbinding-support-v4:0.3.0'
compile 'com.jakewharton.rxbinding:rxbinding-appcompat-v7:0.3.0'
compile 'com.jakewharton.rxbinding:rxbinding-recyclerview-v7:0.3.0'
compile 'com.commit451:PhotoView:1.2.4'
compile 'com.github.bumptech.glide:glide:3.6.1'
compile 'com.squareup.picasso:picasso:2.5.2'
provided 'com.google.dagger:dagger-compiler:2.0.2'
compile 'com.google.dagger:dagger:2.0.2'
provided 'javax.annotation:jsr250-api:1.0'
###感谢
- mr-mantou-android
- smile
- Retrofit 2.0: The biggest update yet on the best HTTP Client Library for Android
- Data Binding用户指南
- u2020
###特别感谢