I am just starting to use MapFragment (or actually SupportedMapFragment as I'm targeting API 8). I never used MapView (V1) in the past.
What I notice is that on MapView one was told to make the lifecycle calls (onPause() etc) from the Activity, but there is nothing documented about doing that in (Supported)MapFragment, although it does appear to have the same methods as MapView.
Does one have to or not?