Android:单击按钮时转到 HTTP URL
我想通过单击 Android 应用程序中的按钮来访问网页。比如说,我有一个名为“Google”的按钮,当用户单击该按钮时,我希望 google.com 在屏幕上打开。这是如何实现的?
另外,当用户使用完 Google 后,有没有办法可以重新获得对我的应用程序的控制权?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在你的活动中做这样的事情。
默认情况下,退出浏览器应返回到您的活动。然而,在某些情况下可能不会。
In your activity do something like this.
By default, quitting the browser should return to your activity. However, there may be situations where it will not.
此代码将带您进入网页
This code will take you to the web page