Hi,
I am using SaveData and LoadData to achieve offline capabilities in my app.
On App-Start I check if the device is online. If so, I ClearCollect my collections and get the data from SharePoint lists.
Considering loading time: Is it possible not to load the whole lists but instead to check for new/changed items and load only those items?
Thanks,
Lukas