摘要: Building an Intent An Intent object carries information that the Android system uses to determine which component to start (such as the exact componen 阅读全文
posted @ 2016-09-24 22:45 f9q 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Intent Types There are two types of intents: Explicit intents specify the component to start by name (the fully-qualified class name). You'll typicall 阅读全文
posted @ 2016-09-24 22:42 f9q 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Intents An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between 阅读全文
posted @ 2016-09-24 22:24 f9q 阅读(258) 评论(0) 推荐(0) 编辑