/clean-architecture-android

Android clean architecture - PowerGit app

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

PowerGit app with clean architecture

Applying Uncle Bobs' clean architecture + MVI pattern to build a powerful github client app - PowerGit.

This project also demonstrates how to use latest techniques (architecture components, RxJava, dagger 2 dependency injection) to fast-develop a robust application (testable, maintainable, extendable, easy to maintain, support offline mode and lanscape mode...)

Read wiki to understand about the architecture, codebase, contribution guide and more.

Your contributions are welcome

This project is under developing and there are so many features still need to be implemented. Don't hesitate to create a pull request even it's a small bug fixing or implementing a whole feature, or at least an issue report.

First you need to understand the architecture principle. If you haven't read or don't have time to read Uncle Bob's book, I recommend reading these articles to know what is "domain centric" system which is the begining idea of clean architecture.

Read the contribution instructions for more info and requirements

Credits to FastHub

This project focuses on android application architecture, so, to faster my work, I used some resources and helper classes of Fasthub open source project. Thank k0shk0sh so much for his amazing app!

License

Copyright 2017 Duy Pham.

Licensed under the the GPL-3.0 license.

See the LICENSE file for the whole license text.