Jul 27, 2017 · 1 min read
very nice approach, I’d definitely use this :)
one question: in your example it is just text setting which is quite simple. Ow would you handle displaying an image, which you need to get from network first? Would you pass an instance of image loading framework to view holder, so presenter would set an image url to view holder interface and viewholder will take care of loading and displaying it?