Skip to content Skip to sidebar Skip to footer

Actionbarcompat And Mapactivity

I've successfully converted most of my app to use ActionBarCompat by extending ActionBarActivity on most activities, however... I have a MapActivity class and need this to work her

Solution 1:

You can't create an activity that inherits from both. You'll have to create a MapFragment.


Post a Comment for "Actionbarcompat And Mapactivity"