Open NerdAnonymous opened 6 years ago
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
How to package by feature?I want to try in your blog, but I failed.