Nome de Usuário
Senha
Lembrar-me
Para abrir um URL no browser/navegador do Android a partir de um aplicativo:
1 2 3 4 5 6
Intent intent = null; String url = "http://www.fhu.com.br"; intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); startActivity(intent);
Copyright © Fernando Hidemi Uchiyama 2010 - Todos os direitos reservados