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.
In questa pagina del sito puoi guardare il video online Android Tutorial 61 - Opening a Webpage della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Code Here Now 25 marzo 2014, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 1,939 volte e gli è piaciuto 5 spettatori. Buona visione!