GivesMeHopeAndroidClient
GivesMeHopeAndroidClient copied to clipboard
An unofficial Gives Me Hope Android client for educational purposes.
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