Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2.
This is simple Kotlin MVP demo. Here we are using following technologies:
- Dagger2
- Retrofit2
- Kotlin extensions
The app has following packages:
- annotation : Custom anotations related to DI life cycle.
- component : Dependency providing classes using Dagger2.
- network : Network classes using retrofit2.
- presenter : Presenter classes and DI Module.
- ui : View classes along with their corresponding Presenters.
from The Android Arsenal
No comments:
Post a Comment