Android:如何从 url 获取文件列表

发布于 2024-11-08 11:13:02 字数 208 浏览 0 评论 0原文

我想列出 url 中的文件。例如, http://www.example.com/jpegfile/ 中有一些 jpeg 文件我想在我的 Android 应用程序上列出这些文件。

我知道如何列出手机内的文件,但我不知道如何从网址列出。

感谢!!!

I want to list files from url. For example, there are some jpeg files inside http://www.example.com/jpegfile/ that i want to list these files on my android app.

I know how to list files inside the phone, but i dont know how to list from url.

thank!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白昼 2024-11-15 11:13:03

好吧,在您可以从 URL 列出文件之前,您需要先下载它们。检查此链接,它将帮助您正确下载图像,然后您只需将它们显示在您想要的位置即可。

多线程提高性能

Well, before you can list your files from URL, you need to download them. Check this link, it will help you properly download your images, then you'll have to just show them where you want.

Multithreading for Performance

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文