Chapter 13
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 Apple's Safari web browser.
The Android browser is sufficiently complex that it gets its own Java package (android.webkit
). Using the WebView
widget itself can be simple or powerful, based on your requirements, as you'll learn in this chapter.
A Browser, Writ Small
For simple stuff, WebView
is not significantly ...
Get Beginning Android 2 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.