如何在android中从web服务获取图像数据来显示图库?
我们正在开发一个项目,其中图像数据来自 Web 服务,我们需要在手机中显示该图像位图数据,图像可能超过 500 个,因此当我们从 Web 服务下载数据并在图库中显示并转换图像数据时进入位图,出现内存不足错误并且程序崩溃。
请就如何实现这一目标提出建议。
we are working on a project where image data is coming from webservice and we need to display that image bitmap data in our phones, the images could have more than 500, so when we download data form webservice and displaying then in gallery with converting image data into bitmap, outofmemory error is coming and program crashes.
Please give suggestion to how to achieve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要将整个集合保留在内存中。
要么
Don't keep the whole set in memory.
Either