I have some small graphs on display over mapactivity. And when one of these graphs are clicked want to show up detailed graph with transparency over the google map. So I have class "myCusomGraphView extends View{...}" and I want to display it over MapActivity when it needed.
feedback
|
|
Look into using PopupWindow. Or if you don't want that, use AlertDialog | |||
|
feedback
|