『ANDROID』Android APIs 简介

来源:互联网 发布:淘宝土楼万应膏怎么样 编辑:程序博客网 时间:2024/06/03 14:28

1.    FragmentActivity

Base class for activities that want to use the support-based Fragment and Loader APIs.

When using this class as opposed to new platform's built-in fragment and loader support, you must use the getSupportFragmentManager() and getSupportLoaderManager() methods respectively to access those features.

Note: If you want to implement an activity that includes an action bar, you should instead use the ActionBarActivity class,which is a subclass of this one, so allows you to use Fragment APIs on API level 7 and higher.


2.



3.



4.



5.

0 0
原创粉丝点击