1

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

user749923
  • 11
  • 2

1 Answers1

1

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.

Community
  • 1
  • 1
Paresh Mayani
  • 127,700
  • 71
  • 241
  • 295
  • I appreciate your answer, but this is too outdated as we need user user for storage permissions which may be inappropriate sometimes – Prakash Reddy Aug 01 '20 at 07:14