摘要:
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
阅读(292)
评论(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
阅读(465)
评论(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
阅读(263)
评论(0)
推荐(0)