buddysearch icon indicating copy to clipboard operation
buddysearch copied to clipboard

Any better way to arrange presenter layer?

Open IHNEL opened this issue 7 years ago • 1 comments

You place all classes with same type into same group. ie presenter classes are under /presenter package, activities are under /activity package, ... 1 question: How will you manipulate them in real project where you may have many activities, fragments, views, presenters,...?

IHNEL avatar Apr 15 '17 14:04 IHNEL

@IHNEL buddysearch is packaged by layer. You could also package by feature, which could lead to better project structure for bigger projects. Check out https://speakerdeck.com/markomilos/clean-architecture-on-android?slide=154

artworkad avatar May 09 '17 09:05 artworkad