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);
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