Android working with Retrofit and RxJava in Kotlin
You can download the complete project as zip or fork from our Github repository.
You can download the complete project as zip or fork from our Github repository.
Sometimes while working with Retrofit and parsing JSON data you may get some weird errors similar to this, Error :JsonReader.setLenient(true)to accpect malformed JSON at line 1 Column 1 path $ The problem is the JSON response is not valid so…