Okay. What I have so far is an Android app with a Google map on which I\'ve placed a bunch of icons that, when clicked on, create a popup with some text on it. Is there any
The mapviewballon
project https://github.com/jgilfelt/android-mapviewballoons/ allows you to use your own custom layout for these popup.
I did not test with buttons on it but I do not see why I would not work.
The example projects shows the following types of popup balloons.
Here is another project that creates a custom popup balloon. The project can be downloaded at the end of the article.