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.

link|improve this question
Can you post the code you have tried? – Jack Aug 4 '11 at 13:28
Well, I'm sorry but i think here is nothing to post. I do not know how to make it without defining my custom view in xml mapactivity file :( – alkonyah Aug 4 '11 at 13:33
feedback

1 Answer

Look into using PopupWindow. Or if you don't want that, use AlertDialog

link|improve this answer
Thanks a lot! I'll check it out and post the result here – alkonyah Aug 4 '11 at 13:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.