Posting raw JSON data using Retrofit
Retrofit is a popular REST client for Android and Java developed by Square. Using Retrofit one can easily retrieve and upload data via REST based web services. In most of the cases, data are sent through data model class. Sometimes…
Read more