https://github.com/droideveloper/mvpandroidkotlin
MVP Android Kotlin Imp
https://github.com/droideveloper/mvpandroidkotlin
abstraction android clean-architecture kotlin mvp
Last synced: 2 months ago
JSON representation
MVP Android Kotlin Imp
- Host: GitHub
- URL: https://github.com/droideveloper/mvpandroidkotlin
- Owner: droideveloper
- Created: 2017-08-18T07:39:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T20:17:21.000Z (about 6 years ago)
- Last Synced: 2025-01-18T21:17:26.370Z (over 1 year ago)
- Topics: abstraction, android, clean-architecture, kotlin, mvp
- Language: Kotlin
- Size: 342 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVP and UIBinding with including RxAndroid impl
## Architecture MVP (Model-View-Presenter)
you need to install as follows in build.gradle file: (androidx)
```
implementation project(":android-rx")
```
```
implementation 'org.fs.architecture:mvp:3.0.0'
```
## for Android Reactive Extensions on UI (uibinding)
```
implementation project(":android-rx")
```
you need to install as follow in build.gradle file: (androidx)
```
implementation 'org.fs.rx.extensions:uibinding:3.0.0'
```