Archive | ActionBarSherlock
RSS for this section
HowTo: ActionBarSherlock + MapFragment + ListFragment
Today I’ll write about how to have 2 fragments in one Activity, one of them containing a ListView (for example), and the other one containing a MapView, and all of this with a supercool ActionBarSherlock! The perfect combo!
The problem
It’s quite simple: if you want to use fragments with a MapView, you’re not allowed to do it in an easy way.
There’s no MapFragment that can be held by a FragmentActivity or a MapFragmentActivity that can hold both a MapView and some fragments #fail. So, what’s the solution?
