Janishar Ali
Janishar Ali
@souravpalitrana For such cases please refer to the enhancements to this project: Link: https://github.com/MindorksOpenSource/android-mvp-interactor-architecture
@geogie Can you provide the names of the blogs whose image failed?
@devtechvalens Please check if all the dependencies are satisfied for the LoginPresenter. Also check that the interface LoginMvpPresenter is provided by a `@Provides` method by casting the LoginPresenter. ```java @Provides...
Refer #1
@ISatya Thank you. We highly appreciate your insights. I have few concern in this approach. 1. The DataManager code will become huge and unmanageable when the entire application start to...
@iamBedant Thank you for updating the project. Support Library 26 is in beta currently. Will merge your pull request after the final version is released. https://developer.android.com/topic/libraries/support-library/revisions.html
@kikebodi Thanks, yes you are right. We will fix it. If you want to provide a solution then make a pull request.
@adriamt These two classes are generated by annotation processor when you build your project. Clean and rebuild your project. You will find these classes under the build->generated->source->apt
If you see otto bus or event bus. 1. You have to register the subscribers and then you must deregister them. In JPost you too have to add subscribers but...
@michael-rhoese The project is still valid for usecase but for Android, we can go with RxBus as the alternative.