Android display images when offline once downloaded using fresco
问题 I want fresco to download and save images to sd-card when connected to internet. Later when offline and even if cache is cleared, still I need fresco to show saved images. Is this possible? If yes, how? Simply saving images to disk cache doesnt seem to work when cache is cleared. 回答1: Fresco caches images for you. If you are offline, the images should still be displayed. You should not need to do anything. However, when the cache is cleared (e.g. when the user presses the button or when