Guide to using Retrofit in MVVM Architecture with Data Binding (Hilt) & RxJava — Kotlin
Retrofit is one of the most used Android libraries for Networking which Google also recommends us to use in our application. Along…
Writing
Clear, structured notes on Android, Kotlin, Git, and shipping software.
Retrofit is one of the most used Android libraries for Networking which Google also recommends us to use in our application. Along…
Recently I decided to start learning Kotlin by converting one of my project’s code from Java to Kotlin (PS — Android Studio…