Add a toggle button for the user to set if they want to fetch online images. Dummy code > ...... > if(NetworkAvailable && useOnlineImages) > fetch images from google drive, save offline and display
Add a toggle button for the user to set if they want to fetch online images.
Dummy code