/pretty-girl

Pretty Girl App, with Dagger2,RxJava,RxLifecycle,RxBinding,Retrofit,DataBinding

Primary LanguageJavaApache License 2.0Apache-2.0

pretty-girl

###一个收集妹纸图片的App,并且用了比较多的Rx库写 ###开发目的 为了学习DataBinding, 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.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.2.0'
    compile 'com.jakewharton.rxbinding:rxbinding-appcompat-v7:0.2.0'
    compile 'com.jakewharton.rxbinding:rxbinding-recyclerview-v7:0.2.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'

###学习资料

###特别感谢