Android-cleanarchitecture: Any example of package by feature?

Created on 1 Jun 2017  Â·  2Comments  Â·  Source: android10/Android-CleanArchitecture

Hi,

As of my understanding theres another branch in the repo refactor-project-structure that aims for one module instead of three. Does it also implement package by feature? Having some problems wrapping my head around it.

What Im looking for is a clean architecture example that package by feature. Structured something like this:
https://hackernoon.com/package-by-features-not-layers-2d076df1964d

It looks very intuitive to me, love the readability.

Thanks

Most helpful comment

Thanks, I looked at that before. Package by feature should "scream" the intent of the application and not the tools/frameworks used. That branch seems to have a mix between package by layer and by feature or I didn't understood the code there properly.

I found this project that looks pretty much like what I had in mind:
https://github.com/esoxjem/MovieGuide

All 2 comments

Thanks, I looked at that before. Package by feature should "scream" the intent of the application and not the tools/frameworks used. That branch seems to have a mix between package by layer and by feature or I didn't understood the code there properly.

I found this project that looks pretty much like what I had in mind:
https://github.com/esoxjem/MovieGuide

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StuStirling picture StuStirling  Â·  3Comments

StreetFlaneur picture StreetFlaneur  Â·  3Comments

japplin picture japplin  Â·  5Comments

alexandr2levin picture alexandr2levin  Â·  5Comments

adnbal89 picture adnbal89  Â·  3Comments