thest1 / LazyList

Lazy load of images in Android
http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012
MIT License
1.2k stars 497 forks source link

Check if cached file is modified on server #50

Closed ashutoshgngwr closed 5 years ago

ashutoshgngwr commented 7 years ago

Added code to check if the cached file is changed on server and update cache if required. See part 1 of Issue #45!