I use Fedora lazy to implement a download list in my test application, where I can clear the cache with the click of a button. How can I get the cache size of the downloaded images in the list and clear the cache programmatically?
Here is the code for saving cached images:
public ImageLoader(Context context){
EDIT:
So basically I added this piece of code to the clearCache () method, but I still don't see how the images start to load again when I scroll.
public void clearCache() {
android caching get size
Android Droid Aug 12 2018-11-11T00: 00Z
source share