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.