Hello,
I am developing a Tablet application which works in Offline mode as well. During the login, i have called all the sync actions. But there is one entity which has approx 87mb of data(read only) because of which I am not able to login into my application because the size is excedded. Can someone please help me resolve this problem or best possible approach to resolve this issue?
TIA,
Hi Priya,
if you have gone through the mobile course, it was advised to keep in mind like we should keep minimum data at local storage for offline purpose, your entity has approx 87mb of data which is very huge and not advised as well.
May i know the business scenario why you want load the whole 87mb of data during the offline syncing.
i think you need to partially sync the data and on need basis, you can make another call to load the rest of the data.
Regards,
Manish Jawla
As Manish already perfectly stated, loading 87mb of data is huge on a mobile device.
Ask yourself some questions:
Well if I spent another 10 minutes I could come up with a few more possible strategies to fix your problem.
Daniel