I have been trying to save data locally on my app through on-device(client-side) storage. what I want to do is save my data from the rest API to on-device storage. My app has around 35 - 40 lists full of images and some text. I had some quick questions -
- Will it affect the performance of my app. I want to decrease the loading time of my app. I don’t want to load images every time the user runs the app. I also don’t want lag issues
- how do I store all data from rest API (Airtable) to on-device as there is no option such as upload your data and I am completely new to variables and logic also can I manually add my data to on-device.
- Will the images be stored in on-device storage when the user runs the app or it will increase the size of my app.