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 ?
            Asked
            
        
        
            Active
            
        
            Viewed 2,095 times
        
    1
            
            
        - 
                    Use lazyload for your imageview – Tanmay Mandal May 12 '11 at 05:42
1 Answers
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
