This is a migrated thread and some comments may be shown as answers.

Cuteness app offline reading

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kerim
Top achievements
Rank 1
Kerim asked on 25 Mar 2015, 10:00 AM
Hello.
I am trying to create something like cuteness, but with offline reading. There should be a local storage and it should update automatically when user online and can read posts when user offline.
Is this possible with nativeScript?

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 30 Mar 2015, 07:07 AM
Hi Kerim,

Indeed we have local storage module called local settings and you can use it to store/read some data when needed. For example you can serialize (JSON.stringify()) some plain JavaScript object/array to JSON, store it as string and read it/parse it using JSON.parse(). 

Regards,
Vlad
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
General Discussions
Asked by
Kerim
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or