PART 7. ADVANCED ANDROID TUTORIAL - IMPLEMENTING MVP FOR RECYCLERVIEW
In the previous lesson, you have seen that implementing MVP for a Fragment is pretty straightforward and simple, especially if you are using Dependency Injection. But how do we implement a passive RecylerView (or any other adapter views for that matter)? Generally, we create a collection within the adapter to hold the data. But this approach breaks the MVP principle...