android10 / Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package

NerdAnonymous opened this issue · comments

How to package by feature?I want to try in your blog, but I failed.

For an example on package by feature have a look at this implementation https://github.com/googlesamples/android-architecture/tree/todo-mvp-clean/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp

presentation and domain are packaged by feature, data is separate.

Philippe also have a good sample of Clean Architecture for Android: ArchApp