I have a StartActivity that extends
FragmentActivity
. The layout contains the calling for the fragment,<fragment class="bla.bla.bal.TabsFragment">
The TabsFragment contains the interaction between the fragments. All these works fine with different fragments.
Now I have another
Activity
that extendMapActivity
. I would like to include this map and keep theTabHost
still at the bottom of the view. Does anyone know how to do this?
I've checked Best way to implement tabs with lists, fragments and maps? and need fast help for Google Maps in fragments with compatibility android support libs for android but I still have troubles...