KotlinCleanCode4Android
KotlinCleanCode4Android copied to clipboard
Writing clean code in Kotlin for Android
Test Driven Android Development - Kotlin Clean Code For Android
Inspired from Clean Architecture from Uncle Bob, Google Android samples and Clean Swift
This design is chosen with a singular focus - testability.
Want to learn about Android Clean Code ? follow here
Quick Start
- Clone and open in Android Studio
- It should work with out any issues
- When running the unit test cases choose the debug variant
unitTest
, it will not work withdebug
orrelease
variants
Whats Next ?
Want to use it your projects - bothered about the too much boilerplate code ? You can generate them with in few seconds - check here
Contribute
Welcome to contribute, feel free to change and open a PR.
License
MIT License
TODO
- Create example test cases for Router
- Create code and test examples for the detail page.
- Create example for Fragments
Inspiration
This project ideas are n't new in any way. Credit has to be given to the following projects, listed in autobiographical order.