34,333
edits
Changes
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
The coding part of the MyWebView project is now complete. All that remains is to modify the manifest file.