知识的价值不在于占有,而在于使用。这篇文章主要讲述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.
推荐阅读
- Java EE: XML Schemas for Java EE Deployment Descriptors(Java Web的web.xml头web-app标签上的XML模式)
- mybatis mapper动态代理
- Android TextView加下划线的几种方式
- Unity5.5.4使用IL2CPP构建Android真机版本
- 基于angular+bower+glup的webapp
- A query was run and no Result Maps were found for...原来是mapper.xml文件出了问题,是使用MyBatis最常见的一种错误
- Android Studio检测内存泄露和性能
- android BSP与硬件相关子系统读书笔记android BSP移植综述
- Android进程回收机制LMK(Low Memory Killer)