java - android如何获取一个图片文件夹中所有图片的缩略图?
PHPz
PHPz 2017-04-18 10:45:24
0
2
817
PHPz
PHPz

学习是最好的投资!

reply all(2)
黄舟

When adding/deleting pictures in the folder, generate a thumbnail in advance, and then load it directly when needed.

p.s. The avatar of the WeChat group is pre-generated when the group is created.

p.p.s. If you generate all the pictures into a thumbnail first, if you do it incorrectly, it will directly cause OOM. If the number is large, you can only do it one by one....

伊谢尔伦

MediaStore.Images.ThumbnailUtils can get thumbnails in bitmap format, which should solve your problem

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template