| ActionBarDrawerToggle |
这个类已被弃用。 请在support-v7-appcompat中使用ActionBarDrawerToggle。 该类提供了一种方便的方法,将DrawerLayout和框架ActionBar的功能绑定在一起,以实现抽屉式导航器的推荐设计。 要使用ActionBarDrawerToggle ,请在您的活动中创建一个并调用以下与您的活动回调对应的方法:
呼叫syncState()从Activity的onPostCreate后用链接DrawerLayout的状态指示灯同步onRestoreInstanceState发生。 ActionBarDrawerToggle可以直接用作DrawerLayout.DrawerListener ,或者如果您已经提供了您自己的侦听器,请从您自己的每个侦听器方法中调用。 |
| ActivityCompat |
Helper用于访问在向后兼容的API级别4之后引入的 Activity功能。 |
| ActivityManagerCompat |
Helper用于访问在向后兼容的API级别4之后引入的 ActivityManager功能。 |
| ActivityOptionsCompat |
助手以向后兼容的方式访问API级别16中引入的 ActivityOptions中的功能。 |
| AppLaunchChecker |
该课程提供用于确定应用程序启动方式的API。 |
| AppOpsManagerCompat |
Helper用于访问以向后兼容的方式在API级别4之后引入的android.app.AppOpsManager中的功能。 |
| BundleCompat |
Helper用于访问在向后兼容的API级别4之后引入的 Bundle功能。 |
| DialogFragment |
静态库支持版本的框架 DialogFragment 。 |
| Fragment |
静态库支持版本的框架 Fragment 。 |
| Fragment.SavedState |
通过 FragmentManager.saveFragmentInstanceState从片段实例中检索到的状态信息。 |
| FragmentActivity |
基类用于想要使用基于支持的 Fragment和 Loader API的活动。 |
| FragmentContainer |
回调到 Fragment的容器。 |
| FragmentController |
为片段主机提供 FragmentManager集成点。 |
| FragmentHostCallback<E> |
集成点与片段主机。 |
| FragmentManager |
静态库支持版本的框架 FragmentManager 。 |
| FragmentManagerNonConfig |
FragmentManagerNonConfig将保留的实例片段存储在整个活动娱乐事件中。 |
| FragmentPagerAdapter |
实现 PagerAdapter ,将每个页面表示为一个 Fragment ,只要用户可以返回页面,该页面将永久保存在片段管理器中。 |
| FragmentStatePagerAdapter |
执行 PagerAdapter ,使用 Fragment管理每个页面。 |
| FragmentTabHost |
特殊的 Fragment ,允许使用 Fragment对象作为其标签内容。 |
| FragmentTransaction |
静态库支持版本的框架 FragmentTransaction 。 |
| ListFragment |
静态库支持版本的框架 ListFragment 。 |
| LoaderManager |
静态库支持版本的框架 LoaderManager 。 |
| NavUtils |
NavUtils为实施推荐的Android UI导航模式的应用程序提供帮助功能。 |
| NotificationCompat |
Helper用于访问在向后兼容的API级别4之后引入的 Notification功能。 |
| NotificationCompat.Action |
结构来封装可作为此通知的一部分显示的命名操作。 |
| NotificationCompat.Action.Builder |
NotificationCompat.Action对象的生成器类。 |
| NotificationCompat.Action.WearableExtender |
用于通知操作的可穿戴扩展器。 |
| NotificationCompat.BigPictureStyle |
帮助程序类用于生成包含大图像附件的大幅面通知。 |
| NotificationCompat.BigTextStyle |
用于生成包含大量文本的大格式通知的助手类。 |
| NotificationCompat.Builder |
NotificationCompat对象的生成器类。 |
| NotificationCompat.CarExtender |
Helper类将Android Auto扩展添加到通知。 |
| NotificationCompat.CarExtender.UnreadConversation |
一个保存来自对话的未读消息的类。 |
| NotificationCompat.CarExtender.UnreadConversation.Builder |
生成器类为 NotificationCompat.CarExtender.UnreadConversation对象。 |
| NotificationCompat.InboxStyle |
Helper类用于生成包含(最多5个)字符串列表的大型通知。 |
| NotificationCompat.MessagingStyle |
Helper类用于生成包含多个不同类型的多个来回消息的大格式通知。 |
| NotificationCompat.MessagingStyle.Message |
|
| NotificationCompat.Style |
可以将丰富的通知样式应用于 Notification.Action.Builder对象的对象。 |
| NotificationCompat.WearableExtender |
助手类为通知添加可穿戴扩展。 |
| NotificationCompatExtras |
为了向后兼容, NotificationCompat使用了众所周知的附加功能。 |
| NotificationCompatSideChannelService |
抽象服务接收 NotificationManagerCompat发送的侧通道通知。 |
| NotificationManagerCompat |
NotificationManager兼容性库,适用于旧版平台。 |
| RemoteInput |
助手使用向后兼容的API级别4之后引入的 RemoteInput API。 |
| RemoteInput.Builder |
生成器类为 RemoteInput对象。 |
| ServiceCompat |
Helper用于访问以向后兼容的方式在API级别4之后引入的 Service功能。 |
| ShareCompat |
用于在活动之间共享数据的额外帮助器功能。 |
| ShareCompat.IntentBuilder |
IntentBuilder是构建 ACTION_SEND和 ACTION_SEND_MULTIPLE共享意图和开始共享内容的活动的助手。 |
| ShareCompat.IntentReader |
IntentReader是读取共享(ACTION_SEND)意图中包含的数据的助手。 |
| SharedElementCallback |
Listener在 setEnterSharedElementCallback(SharedElementCallback)和 setExitSharedElementCallback(SharedElementCallback)提供,用于监视活动转换。 |
| TaskStackBuilder |
在Android 3.0及更高版本上构建用于跨任务导航的合成背堆栈的实用工具类。 |