I've been looking for a while to find a good tutorial with code example for a MapView in Fragment for ICS.
Anyone have any links?
I've been looking for a while to find a good tutorial with code example for a MapView in Fragment for ICS.
Anyone have any links?
I have answered to the same question here MapView in a Fragment (Honeycomb)
Here is a book's sample application showing how to have a
MapView
in aFragment
in an API Level 11+ app. It's mostly just aMapActivity
. Here are the key bits of the fragment that loads theMapView
: