Android - Two Maps in one App
I got an App where on main screen show google mapView. But I need also in details view show the map. I know that it is impossible to run two maps simultaneously. Everything is working when I want to show something on the main map and later in detailed view, but when I come back to main one, it stops. How to stop main map and come back later to it? Having two maps in one app produces many weird application behavior. For example, Ive had overlays from one map show up in the second map. That said, it is possible to have two maps in one application without the above happening. What you need to do