android-clean-code
android-clean-code copied to clipboard
Writing Clean Code in Android
Test Driven Android Development - Clean Code Android
Inspired from Clean Architecture from Uncle Bob, Google Android samples and Clean Swift
This design is chosen with a singular focus - testablity.
Want to learn about Android Clean Code ? follow here
Quick Start
- Clone and open in Android Studio
- It should work with out any issues
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 aren't new in any way. Credit has to be given to the following projects, listed in autobiographical order.