Android working with RxJava 2 and Retrofit
In this tutorial, we are going to learn how to parse JSON data from URL and display it in a RecyclerView using Retrofit and RxJava. We parse the JSON array from the URL https://api.learn2crack.com/android/jsonarray. About RxJava RxJava is a trending...
Read More