专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Android

通过webVIew加载uri打开另外一个程序,该怎么解决

发布时间:2010-05-30 10:53:56 文章来源:www.iduyao.cn 采编人员:星星草
通过webVIew加载uri打开另外一个程序
我想通过webview加载一个uri来打开本地一个程序 类似于androidmarket 那样的 有没有人知道 谢谢了。

------解决方案--------------------
可以啊
Java code

void  onLoadResource(WebView view, String url) 
Notify the host application that the WebView will load the resource specified by the given url. 
void  onPageFinished(WebView view, String url) 
Notify the host application that a page has finished loading. 
void  onPageStarted(WebView view, String url, Bitmap favicon) 
Notify the host application that a page has started loading.

------解决方案--------------------
http://topic.csdn.net/u/20110106/10/415724e8-945d-449d-8a8c-0860c3de2608.html
已经解决了
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: