152
Views
5
Comments
Solved
Local Storage Entities in Mobile application
Question

Hi,

Can anyone please tell me what is the use of local storage entities in outsystems and why to use Local storage entities.


Thanks,

Uday Kumar

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

Adding to what was already shared, Local Storage entities can also be used, as a form of cache, as your device can access the local storage faster, than from a server where you will depend on the speed of an internet connection that can vary from location to location.

Furthermore, it could be used to store a draft version of data before you submit it to the server.

So long story short, not only for offline mode, but also to improve performance or workflow of your application.

Regards,

Daniel

UserImage.jpg
UdayKumar Bushati

Thank You Daniel!

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir
Solution

Hi,

Local storage entities are used in mobile app which stores data from server database to mobile device in which you can access data in offline mode.

You will get an Idea by looking into below document how you can sync data between the local storage (mobile device) and server database.

https://success.outsystems.com/documentation/11/developing_an_application/use_data/offline/

https://success.outsystems.com/documentation/11/developing_an_application/use_data/offline/offline_data_sync_patterns/


Regards,

Wasimkhan S

UserImage.jpg
UdayKumar Bushati

Thank You Wasim.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

Adding to what was already shared, Local Storage entities can also be used, as a form of cache, as your device can access the local storage faster, than from a server where you will depend on the speed of an internet connection that can vary from location to location.

Furthermore, it could be used to store a draft version of data before you submit it to the server.

So long story short, not only for offline mode, but also to improve performance or workflow of your application.

Regards,

Daniel

UserImage.jpg
UdayKumar Bushati

Thank You Daniel!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.