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

Extension of the android-mvp-architecture for very large projects.

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

Gradle project sync failed with the error : ERROR: Could not find method debugImplementation() for arguments [com.amitshekhar.android:debug-db:1.0.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. Also these lines causes error too: destination "something...

Hi i am using bottom navigation view and navigation Graph, so i get an issue about fragment recreate view when change the tab. Could you help me to fix? Thanks!

First of all I would like to say thank to you for the awesome post. I have been playing around with the project for couple weeks. Have some questions as...

It gives me this "error". I googled and I think its something related to ProGuard? ![imagen](https://user-images.githubusercontent.com/20980018/42718303-0b4f0360-8708-11e8-8f0b-36a9d1e51e64.png)

It was a great structure, and I have start using it in my projects, so first I want to say Thanks. but I have a problem of how can I...

Here repository is the bridge to get data from Database. It has no other data source. So if you want to use data cache what will you do? In that...

I have an exception "Class Cast Exception" that is happening on Android 7.0 when try to use the **_getApplication()_** inside the service ` ServiceComponent component = DaggerServiceComponent.builder() .applicationComponent(((MediCountApplication) getApplication()).getComponent()) .build();...