Example Android Clean Architecture used to explain how to use this architecture (rules) in our android applications. This example was created to support an article explanation that I have written about how to architect android application using the Uncle Bob's clean architecture. Aplicando Clean Architecture en Android (spanish).
- AppCompat, CardView, RecyclerView and DesignLibrary
- RxJava & RxAndroid
- Dagger 2
- Junit
- Mockito
- Espresso (I`m working on UI tests using this library, Sorry for inconvenience wait it soon!!!!!!)
- Robolectric
- Hamcrest
I created my own implementation of Clean Architecture and I want to thank you how much I've learned from these magnificent developers.
- Uncle Bob - The Clean Architecture
- Karumi Team - Rosie is an Android framework to create applications following the principles of Clean Architecture
- Fernando Cejas - Clean Architecture Sample
- Erik González - erikcaffrey10@gmail.com