- Notifications
You must be signed in to change notification settings - Fork0
An Android Kotlin Clean Architecture template using Android Architecture Components (Live data, View model and Room), Kotlin Coroutines, Flow, Dagger2 and Retrofit2
License
nareshidiga/Android-CleanArchitecture-Kotlin-Coroutines-Flow
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project is based on Clean Architecture by Robert Cecil Martin aka Uncle Bob.
It uses android architecture components (Live data, View model and Room) with Kotlin Coroutines, Flows,Dagger2 and Retrofit2.
- Create extensible and reusable modules to use across multiple apps.
- A system that is testable, independent of frameworks, database and UI
- When some frameworks or libraries become obsolete easily replace them with new ones.
There are three main packages.
base : all your base classes go in this package
features : all your features related code go in this package
app : all your high level classes that combine multiple features go in here.
base andfeature packages are divided into four standard packages (data, presentation, usecases and entities).
As your code grows, you can movebase package to a separate library module andeachfeature to a separate feature module. And you can reuse the features across your multiple android apps.
Key principle: Nothing in an inner circle can know anything at all about something in an outer circle
To understand and adapt clean architecture on android apps, take a look at the following great articles:
Original article by Uncle Bob:
https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html
A three part series blog on Android Architecture from FIVE:
http://five.agency/android-architecture-part-1-every-new-beginning-is-hard/
http://five.agency/android-architecture-part-2-clean-architecture/
http://five.agency/android-architecture-part-3-applying-clean-architecture-android/
About
An Android Kotlin Clean Architecture template using Android Architecture Components (Live data, View model and Room), Kotlin Coroutines, Flow, Dagger2 and Retrofit2
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
