Jul 25, 2017 · 1 min read
Cody Engel Thank you so much. The interactor is indeed intended to delegate any data call to the ApiHelper, PreferenceHelper or Repositories and the Presenter’s role is to do business logic with that data. I have designed this with perspective of feature encapsulation and reuse of code in that domain only. It really helps to work on big projects with many developers working simultaneously.
