when i searched for it i found these links as solutions:
http://android-codes-examples.blogspot.in/2011/04/google-map-example-in-android-with-info.html
and
https://github.com/jgilfelt/android-mapviewballoons
but i found both are complicated.
I am wondering if there is any simple way to do this. Like inflating a layout and showing it as a pop up just on the marker clicked.
Right now i am using just a Toast to show info when user taps on the marker. But the main problem is I want this toast(or other layout) to appear just above the marker which is clicked, not at the default toast position.
Thank You
Try this, modify according to your requirement: