Is there a way to optimize image loading in native apps? Since the app runs real code, I would expect that images wouldn’t need to reload every time a new one is displayed. Shouldn’t the images be cached instead of being reloaded each time? Or are the images not stored within the app itself?
Also looking for a spinner or something else to show to user while image is uploading or a way to speed up the uploading process
And a compressor for a large files (like profile pic that have 4-6MBs)
I was wondering the same thing! I have many images that takes a second or two to load every time a view loads and it doesn’t look great. Especially things like the logo.