Retrofit 2 — Receive Plain-String Responses
Android apps usually interact with REST APIs, which often use JSON as a data format. We've focused almost all of our tutorials on sending JSON or XML requests, and converting JSON or XML responses. We briefly explored other data formats in our introduction to converters tutorial, but didn't go into …
Continue Reading