Return to Snippet

Revision: 27377
at June 4, 2010 05:38 by funkypanda


Initial Code
Intent viewIntent = new Intent("android.intent.action.VIEW",Uri.parse("http://www.klingmobile.com"));  
startActivity(viewIntent);

Initial URL


Initial Description
2 lines of code to start the browser form your Android application.

Initial Title
Start android browser form your app

Initial Tags
browser, android

Initial Language
Java