首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

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

2012-02-25 
通过webVIew加载uri打开另外一个程序我想通过webview加载一个uri来打开本地一个程序类似于androidmarket

通过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
已经解决了

热点排行