Android Image loading in RecyclerView using Picasso
In our previous tutorials we learned to implement a simple RecyclerView. In this tutorial we are going to learn how to load image from Internet to RecyclerView using Picasso library. PrerequisiteTake a look at my previous RecyclerView article to implement...
Read More