Hi everyone, I’m creating an app that involves a lot of images, and if I prepare the app with images for all resolutions it get’s too heavy, and if I use a single size and resize them, they get squashed or stretched.
Is there any way to load external resources on first load (optimized for the device resolution) and save them locally?
Is there any tutorial or code snippet on this?
Thanks