How to cache many images let's say 10 with Picasso before doing any further (that means that I need to run code after caching all images)?
            Asked
            
        
        
            Active
            
        
            Viewed 154 times
        
    0
            
            
        - 
                    See related question http://stackoverflow.com/questions/23978828/using-disk-caching-in-picasso-android-lib. – Mihai8 Feb 26 '15 at 00:32
- 
                    I have read that thread and I can't figure out.. I only want to cache a collection of images from network and after all images are cached let the app flow go further.. – gfot Feb 26 '15 at 00:39
