Android | Android Architecture Component | Kotlin | Kotlin Coroutine | Kotlin Coroutine Call Adapter | LiveData | Retrofit | ViewModel
Improving App Network Architecture With Retrofit And Kotlin Coroutine Call Adapter
Almost in every Android mobile application, we have to deal with network calls and most of the time we end up using Retrofit. No doubt Retrofit is our favorite library when it comes to networking. Kotlin and now coroutine has made Networking on Android even easier than before. I’ve recently listened to this talk by…