published: January 6th, 2009

Four different ways of opening a web page in Android

FIRST POST OF 2009!!

Threw this Android Activity together really quickly to see if I understood the different ways of getting a web page to launch.  The first three examples perform the same functionality, the Linkify.addLink call builds a means of launching an Intent.ACTION_VIEW.  The fourth example loads the url into a WebView in the layout.

(more…)