Changes

Jump to: navigation, search

An Overview of Android Intents

81 bytes removed, 20:06, 26 June 2013
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Creating and Managing Android Overflow Menus on the Kindle Fire|Previous]]<td align="center">[[Kindle Fire Android 4 App Development Essentials|Table of Contents]]<td width="20%" align="right">[[Android Explicit Intents – A Worked Example|Next]]</td>
<tr>
<td width="20%">Creating and Managing Android Overflow Menus on the Kindle Fire<td align="center"><td width="20%" align="right">Android Explicit Intents – A Worked Example</td>
</table>
<hr>
<google>BUY_KINDLE_FIREBUY_ANDROID</google>
== Implicit Intents ==
Unlike explicit intents, which reference the Java class name of the activity to be launched, implicit intents identify the activity to be launched by specifying the action to be performed and the type of data to be handled by the receiving activity. For example, an action type of ACTION_VIEW accompanied by the URL of a web page in the form of a URI object will instruct the Android system to search for, and subsequently launch, a web browser capable activity. The following implicit intent will, when executed on a Kindle Fire an Android device, result in the designated web page appearing in a Silk Chrome web browser activity:
<pre>
<google>BUY_KINDLE_FIREBUY_ANDROID</google>
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Creating and Managing Android Overflow Menus on the Kindle Fire|Previous]]<td align="center">[[Kindle Fire Android 4 App Development Essentials|Table of Contents]]<td width="20%" align="right">[[Android Explicit Intents – A Worked Example|Next]]</td>
<tr>
<td width="20%">Creating and Managing Android Overflow Menus on the Kindle Fire<td align="center"><td width="20%" align="right">Android Explicit Intents – A Worked Example</td>
</table>

Navigation menu