Skip to content

kmmraj/android-clean-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone and open in Android Studio
  2. 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

  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 aren't new in any way. Credit has to be given to the following projects, listed in autobiographical order.

Clean Architecture

clean-swift