显示一副图片, 使用标准activity action ACTION_VIEW 调用browser打开一个网页的例子。
irst part of this example shows how to display an image on the screen. The image is retrieved from a web location. The second part of this example shows how to create an intent using one of the standard activity action (ACTION_VIEW) to view a web page using the browser.
1. DowloadEx.java
本文介绍了一个Android应用示例,该应用分为两部分:一是从网络获取并显示一张图片;二是通过ACTION_VIEW标准活动操作来启动浏览器访问指定网址。示例中详细展示了如何通过Intent实现上述功能。

被折叠的 条评论
为什么被折叠?



