Showing Posts From

Retrofit

How Retrofit Uses Java Dynamic Proxy to Create API Magic

How Retrofit Uses Java Dynamic Proxy to Create API Magic

Retrofit is a type-safe HTTP client for Android and Java. You just define interfaces, and it generat ...