
In our previous tutorials we learned to implement a simple RecyclerView and loading image in RecyclerView using Picasso. In this tutorial we are going to learn how to parse JSON data from URL and display it in RecyclerView using Retrofit. We parse the JSON response from the URL http://api.learn2crack.com/android/jsonandroid.
Take a look at my previous RecyclerView tutorials for reference.