how can i load images in thread in android
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.
精彩评论