Tag Retrofit

Retrofit is simple to use

Retrofit is a network request library based on OkHttp encapsulation, a type-safe HTTP client for Android and Java. Retrofit requires at least Java 8+ or Android API 21+. The github website of Retrofit is Retrofit basic settings Create request…