Monday, September 19, 2011

Using link text or button in Android to redirect to url given

Using link text or button in Android

Here use the below code for link ,when clicked on the link or any linkItem it will redirect to the  page with given url .
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(http://www.adroit-android.blogspot.com/));
            startActivity(browserIntent);

No comments:

Post a Comment