Networking with Retrofit
6.1 Retrofit basics Retrofit (https://square.github.io/retrofit) is a library written by Square, which makes working with HTTP(S) APIs a breeze. You define an interface in Kotlin, which specifies the REST connection…
6.1 Retrofit basics Retrofit (https://square.github.io/retrofit) is a library written by Square, which makes working with HTTP(S) APIs a breeze. You define an interface in Kotlin, which specifies the REST connection…