Friday, 19 October 2012

Android call browser by click even


write the code under the click event


Intent browserIntent1 = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
        startActivity(browserIntent1);

No comments:

Post a Comment