Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 701 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 701 Bytes

MapCacheInvestigation

Simple side by side comparison of GoogleMaps Android MapView and SupportMapFragment. The main takeaway is the possibility to view how different map presentations handle caching when moving between fragments.

In short, SupportMapFragment caches markers and drawings while MapView does not, even though all lifecycle callbacks are directed to it.

Demo

Recording of functionality