When the calaurd app downloads a processed image, under the hood what happens is that, it re-downloads the already processed image from the cloud, there by causing a double data usage.
What needs to be done ?
- Create a util that downloads the already cached image.
When the calaurd app downloads a processed image, under the hood what happens is that, it re-downloads the already processed image from the cloud, there by causing a double data usage.
What needs to be done ?