Android: Goto HTTP Url on Button Click
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-05-04T04:44:52Z
Indexed on
2010/05/04
4:48 UTC
Read the original article
Hit count: 322
Hi all,
I want to go to a web page on the click of a button in my android app. So say, I have a button called "Google", when the user clicks on that button I want google.com to open up on the screen. How is this achieved?
Also, is there a way I can gain control back to my app once the user is finished with google?
Thanks George
© Stack Overflow or respective owner