Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.52 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.52 KB

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

Image of CleanCode

Quick Start

  1. Clone and open in Android Studio
  2. It should work with out any issues
  3. When running the unit test cases choose the debug variant unitTest, it will not work with debug or release 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

  1. Create example test cases for Router
  2. Create code and test examples for the detail page.
  3. 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.

Clean Architecture

clean-swift