Base class for activities that use the support library action bar features.
Base class for activities that use the support library action bar features.
You can add an ActionBar
to your activity when running on API level 7 or higher by extending this class for your activity and setting the activity theme to Theme.AppCompat
or a similar theme.
AppCompatActivity
was added Support v7 r22. Please see the changes here.
Official documentation here.