Jul 23, 2017 · 1 min read
As you said, it’s just a matter of preference and I agree. My approach is kinda similar (if not identical). Additionally, I’ve separated presenter logic for Adapter and ViewHolder, so that presenters take cares of the logic and views just show the data.
If you’re interested, you can see more details here: http://bajicdusko.com/2017/recycler-view-in-MVP/
I’m glad though that our approach is similar, it means we’re on a good track :).
