Tagged in

Retrofit

AndroidPub
AndroidPub
The (retired) Pub(lication) for Android & Tech, focused on Development
More information
Followers
53K
More, on Medium

Retrobase — like Retrofit, but for database

Many Android developers use Retrofit library, that allows turn HTTP API into java-interface. It’s very convenient, because it reduces the amount of code and this is one of the easiest to use. You just need to create interface and add some annotations.