I want to create an Activity to look exactly like this. Upper half of it would be the MapView and the lower half of it would be the list of surrounding places provided by google maps places API. I'm done with the both the parts but separately. Not able to integrate it in two fragments in one Activity. The obvious error is to that MapView won't work outside a MapActivity. So what is the hack around for this?
Edit: The biggest problem I am facing right now is integrating RoboGuice, ActionBarSherlock and MapActivity into one Activity that I can extend from.