AppCompatActivity

知识的价值不在于占有,而在于使用。这篇文章主要讲述AppCompatActivity相关的知识,希望能为你提供帮助。
【AppCompatActivity】
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.



    推荐阅读