Skip to content Skip to sidebar Skip to footer

Showing Google Maps On A Dialog

I have an activity that extends MapActivity. I want to show map inside a dialog in this activity. i.e when I click a button it will show a dialog with a mapview, but this crashes b

Solution 1:

You can create a MapActivity and set its theme like Dialog


Post a Comment for "Showing Google Maps On A Dialog"