GivesMeHopeAndroidClient icon indicating copy to clipboard operation
GivesMeHopeAndroidClient copied to clipboard

An unofficial Gives Me Hope Android client for educational purposes.

Results 2 GivesMeHopeAndroidClient issues
Sort by recently updated
recently updated
newest added

Since you use Rxjava,don't bother to use Otto,implement an Rxbus use Rxjava is so easy,please refer http://nerds.weddingpartyapp.com/tech/2014/12/24/implementing-an-event-bus-with-rxjava-rxbus/ and here is example: https://github.com/kaushikgopal/RxJava-Android-Samples/blob/master/app/src/main/java/com/morihacky/android/rxjava/rxbus/RxBus.java Any way great work!

Since you use dagger's dependency injection, it's all about to provide object instance when you need, so why bother use factory pattern