https://github.com/uptechteam/cleanarchexample
Clean architecture in Android with Kotlin + RxJava + Dagger 2
https://github.com/uptechteam/cleanarchexample
Last synced: about 1 year ago
JSON representation
Clean architecture in Android with Kotlin + RxJava + Dagger 2
- Host: GitHub
- URL: https://github.com/uptechteam/cleanarchexample
- Owner: uptechteam
- Created: 2017-05-04T10:40:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T19:52:46.000Z (about 9 years ago)
- Last Synced: 2025-04-19T13:46:45.370Z (about 1 year ago)
- Language: Kotlin
- Homepage: https://medium.com/uptech-team/clean-architecture-in-android-with-kotlin-rxjava-dagger-2-2fdc7441edfc
- Size: 127 KB
- Stars: 40
- Watchers: 19
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean architecture in Android with Kotlin + RxJava + Dagger 2
Here, in UPTech we spend a lot of time developing successful architecture patterns for an android application, we’ve decided to share our experience with the community.
The task is to create a maintainable solution with interchangeable parts, which will allow us to easily change implementations on each application layer.
Solution must smoothly work with android threading and be easy to understand for new developers
The Solution is our adaptation of Clean Architecture principles.
Check the Medium article [Clean architecture in Android with Kotlin + RxJava + Dagger 2](https://medium.com/uptech-team/clean-architecture-in-android-with-kotlin-rxjava-dagger-2-2fdc7441edfc)
Feel free to use the code for your own purposes.