Chapter 15
Embedding the WebKit Browser
Other GUI toolkits let you use HTML for presenting information, from limited HTML renderers (e.g., Java/Swing and wxWidgets) to embedding Internet Explorer into .NET applications. Android is much the same, in that you can embed the built-in web browser as a widget in your own activities, for displaying HTML or full-fledged browsing. The Android browser is based on WebKit, the same engine that powers web browsers such as Apple’s Safari and Google’s Chrome.
The Android browser is sufficiently complex that it gets its own Java package (android.webkit
). Using the WebView
widgetitself can be simple or powerful, based on your requirements.
A Browser, Writ Small
For simple stuff, WebView
is not significantly ...
Get Beginning Android 4 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.