Changes

Jump to: navigation, search

Android Implicit Intents – A Kotlin Example

57 bytes added, 19:19, 28 November 2017
no edit summary
[[File:as3.0_implicitintent_ui.png]]
[[File:as3.0_mywebview_ui.png]]

The new code added to the onCreate() method performs the following tasks:
* Obtains a reference to the intent which caused this activity to be launched
* Extracts the Uri data from the intent object
* Converts the Uri data to a URL object
Loads * Loads the URL into the web view, converting the URL to a String in the process
The coding part of the MyWebView project is now complete. All that remains is to modify the manifest file.

Navigation menu