I'm working on an app with two tabs. One tab is a ...
# compose-android
c
I'm working on an app with two tabs. One tab is a mapView and when I go back between the two tabs, the map view goes through a full reload each time. Meanwhile my PM says that google maps has 3 tabs and switching through the tabs has the mapView load instantly 😅 What's the easiest way to keep the mapView in composition so it doesn't go away?
☝️ 1