This is an excerpt from Learn by Doing - Android for Beginners on Udemy.
https://www.udemy.com/learn-by-doing-...
Video demonstrates how to use an intent to open a web URL.
Things to Remember
-----------------------------
1. Use the following action, Intent.ACTION_VIEW for your intent.
2. Use the Uri.parse(String) method to create an URI from your URL.
3. Call the Intent.setData(Uri) method on the intent instance to set the website URL.
4. Finally, use the Context.startActivity(Intent) method to open the web browser pointing towards the desired URL.
Watch video Android Tutorial 61 - Opening a Webpage online without registration, duration hours minute second in high quality. This video was added by user Code Here Now 25 March 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,938 once and liked it 5 people.