Android Tutorial 61 - Opening a Webpage

Publicado em: 25 Março 2014
no canal de: Code Here Now
1,939
5

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.


Nesta página do site você pode assistir ao vídeo on-line Android Tutorial 61 - Opening a Webpage duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Code Here Now 25 Março 2014, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,939 vezes e gostou 5 espectadores. Boa visualização!