I have a current activity that show some chart data, I want to add google map to be inside the same current activity.
The reason is I want to show the charts or map when button is clicked.If I implement another google map activity once I switch to that activity the main activity will be paused(which I don't want)