I am trying to make an HTTP GET
API call to properly append Static Google Map
to an image view
.
The below tutorial has shown how to do it using the http client method
.
http://www.journaldev.com/10392/android-google-static-maps-example-tutorial
But when using the retrofit
I need a pojo
class right?
How do I make pojo
for a response
like in the below link.
Or is there a way to do this without pojo
using retrofit
.
The response we get after we make the call is a bitmap according to the following voted post.