I want to display a static google map on an imageview. Something similar to \"Whatsapp\" showing while share the location. How can I do this?
As refered by @pcans, i really like his solution. You can use string as URL to load your image in ImageView. I suggest a third party library for image loading : https://github.com/koush/ion
Hope that it can help you :)
Firstly you take the image of your map which you show in drawable folder after that use as a background of that imageView.