- Notifications
You must be signed in to change notification settings - Fork6
An Android project template based on Clean Architecture using architecture components library (Live data, View model and Room), RxJava2, Dagger2 and Retrofit2.
License
nareshidiga/Android-CleanArchitecture-Java
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 RxJava2, Dagger2 and Retrofit2.
- Create extensible and reusable modules to use across multiple apps.
- A system that is intrisically 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).
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 project template based on Clean Architecture using architecture components library (Live data, View model and Room), RxJava2, Dagger2 and Retrofit2.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
