I need clear cache for picasso
I found below code
This code clear cache
How use it in b4a?
This link help you
https://stackoverflow.com/questions/32985230/android-clear-image-cache-from-storage/33000919
I found below code
B4X:
package com.squareup.picasso;
public class PicassoTools {
public static void clearCache (Picasso p) {
p.cache.clear();
}
}
This code clear cache
How use it in b4a?
This link help you
https://stackoverflow.com/questions/32985230/android-clear-image-cache-from-storage/33000919
Last edited: