android-mvp-architecture icon indicating copy to clipboard operation
android-mvp-architecture copied to clipboard

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView

Results 40 android-mvp-architecture issues
Sort by recently updated
recently updated
newest added

Internet error never occured when web service called. How we can manage it with this ?

DaggerApplicationComponent

Does this project follows the latest dagger 2 guidelines? And is there any chance that you will include Retrofit API calls with proper separate network dagger module as shown [here](https://inducesmile.com/android/android-dagger-2-dependency-injection-with-retrofit-for-beginners/)

Currently I have successfully implemented MVP architecture in my android app but When I am loading data inside my fragment, the UI hangs till the loading finishes. When Loading finishes,...

https://github.com/MindorksOpenSource/android-mvp-architecture/blob/88ea906d9b1cb0701bf5cf89acd5c44ef279d2cc/app/src/main/java/com/mindorks/framework/mvp/ui/main/MainActivity.java#L169-L174 The drawer shouldn't be unlocked whenever onResumed method is called. Steps to reproduce: 1. Open about from Hamburger menu 2. Press system "Home" button 3. Open recent apps and...

hi, I integrate this architecture in my code, but I have found that it is not a good way to keep the reference of a activity like the following: ```java...

The fact that a major part of your `database` package is full of `Helper`s and `Util`s feels wrong to me. I get that this works for a small scale project...

Could anyone can solve my issue? [https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/333](https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/333) I was in need to make my app purely java object like passing java object as request body and parsing that result as...

can support protobuff