Changes

Jump to: navigation, search

Android 6 Implicit Intents – A Worked Example

254 bytes removed, 18:57, 30 December 2015
no edit summary
[[Image:android_studio_implicit_intent_ui_1.4.png]]
Figure 39-1
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".MyWebViewActivity">
 
<TextView
android:text="@string/hello_world"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
[[Image:android_studio_implicit_intent_web_ui_1.4.png]]
Figure 39-2
[[Image:android_studio_implicit_intent_open_with_1.4.png]]
Figure 39-3

Navigation menu