Android-CleanArchitecture icon indicating copy to clipboard operation
Android-CleanArchitecture copied to clipboard

package

Open NerdAnonymous opened this issue 7 years ago • 2 comments

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

NerdAnonymous avatar Mar 01 '18 10:03 NerdAnonymous

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.

mjohenneken avatar Mar 15 '18 17:03 mjohenneken

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

trietbui85 avatar Jul 02 '19 07:07 trietbui85