I have already coded an app with a class which is extending tabactivty, but under one of the tabs I need to have a google map, but I don't want to extend the class with MapActivity, is there any way t use map rather than extending the main class with MapActivity?
because if I extend it with MapActivity I get loads of error.
Many thanks.
As far as I knew, you have to use MapActivity to get a MapView.
What errors did you get if you extends MapActivity?