Android:如何从 url 获取文件列表
我想列出 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,在您可以从 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