What is Retrofit ?


  • Retrofit is type-safe REST client for Android and Java.
  • Retrofit is a REST Client for Java and Android. It makes it relatively easy to retrieve and upload JSON (or other structured data) 
  • Retrofit automatically serializes the JSON response
  •  In Retrofit you configure which converter is used for the data serialization.
  • It is used to display or get data that stores on Server and to get API data.


Comments

Popular posts from this blog

Android Insight Privacy Policy

What is Kotlin ?

What is Realm Database ?