Reputation: 5896
I am new in android and I am want tap on marker and bubble show up as shown here. I don't know how to use this, is there any other example for that so I can use it or learn it how to do it?
Upvotes: 0
Views: 923
Reputation: 10726
Take a look at this github : Jeff Gilfelt Github - android-mapview-balloon.
It's exactly what you need. If you don't want to use it directly, the source code is pretty simple.
I hope you already have tried Hello MapView and read a little bit of documentation :)
You could add to your question the code you don't understand.
Upvotes: 2
Reputation: 9362
present the code what have you tried so far...
The general idea is to place markers(Drawables) on the map first...while placing them add onclicklistener to them and implementing the view for the onclick listener then...
Upvotes: 0