开发者

how can i load images in thread in android

开发者 https://www.devze.com 2023-03-05 19:59 出处:网络
when i try to parse more than 15 picture from XML it required lots of time (Time consuming) to开发者_Go百科 parse that pictures how to over come this problem ?I assume you want to load images asynchro

when i try to parse more than 15 picture from XML it required lots of time (Time consuming) to开发者_Go百科 parse that pictures how to over come this problem ?


I assume you want to load images asynchronously, so for that i would suggest you to check this answer: Imageview LazyLoading. I have already used this, its working fine me to load multiple images inside the listview asynchronously.

0

精彩评论

暂无评论...
验证码 换一张
取 消