is it possible to do this.
i have an array like this
and I want it when the screen opens, then update cells for each array of web api. like this.
I want my application to run offline without an internet connection. By first saving the object in localdb. How can I achieve this workflow. Thanks