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

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