
About a year we made a tutorial on using RxJava and Retrofit in Android.
Today we are going to make a similar tutorial in Kotlin. We will be parsing JSON data from URL and display it in a RecyclerView using Retrofit and RxJava. We parse the JSON array from the URL.