I am using
https://github.com/nostra13/Android-Universal-Image-Loader
for loading images in my application. It was working fine till the time I was using Android 4.4.4 on my Nexus 5 but after upgrading my Android version to 5.0 I can feel that image loading process has become slow in my ListView. I haven't touched the code so I am really not able to understand the reason for the issue.
To double check the doubt, I took another Nexus 5 which was running Android 4.4.4 and it performed better than the Nexus running Android 5.0. I am really not able to understand the reason for this performance issue.
Need help to ensure the same smooth experience when it comes to image loading as I don't have any clue what could cause this degradation in performance.