如何在Android上下载图像并将其保存到图库
我从服务器获取图像链接,单击该链接应该下载并将其保存到图库中,我不知道如何执行此操作。请帮助我,提前致谢
I get image link from the server and on click of the link it should download and save it to the gallery, I have no clue on how to do it. please help me on this, thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这段代码,调用
mDownloadAndSave()
方法将图像保存到SDCard上,它将解决您的问题。并且不要忘记将以下权限添加到 Androidmanifest.xml 中
Try this code, Call
mDownloadAndSave()
method for save image on SDCard, it will solve your problem.And Don't forget to add below permission into Androidmanifest.xml