从sdcard中的android web浏览器下载文件?

时间:2010-05-31 07:50:32

标签: android

HI

我有一个Android应用程序,我想从Web浏览器文件链接下载文件。 但我不知道怎么办呢?

帮助我。

1 个答案:

答案 0 :(得分:0)

首先,您需要获取页面上的所有可用链接,因此请尝试使用此答案

How do I get the web page contents from a WebView?

接下来你需要下载文件,所以请使用这个答案:

Download a file with Android, and showing the progress in a ProgressDialog