Download images faster in webview

So, on my Android app, it uses webview to connect to my site and display the index.php file that is there. This file accepts images from a catalog on my website and displays them. The problem is that it takes forever to download images to the application! Is there a way to get the images preloaded into the application so that it still runs PHP as it is supposed to, but it does not download images from my site? Images will have the same name and that's it. Think of it as the images were cached before they were uploaded. Is there any way to do this?

+4
source share

Source: https://habr.com/ru/post/1399122/


All Articles