Picasso — Image Loading for RecyclerView and CardView
In a previous tutorial, you've learned how to load images for a Grid- and ListView. You've upped the UI quality in the advanced ListView tutorial with the holder pattern and rounded images. Unfortunately, even with the holder pattern, a ListView can cause performance issues. Google's RecyclerView has the intention of …
Continue Reading