Search found 3 matches

Go to advanced search

by Jaka
Wed Nov 13, 2013 3:20 pm
Forum: Issues
Topic: Save array to local storage or database and get it
Replies: 5
Views: 251
 
Jump to post

Save array to local storage or database and get it

First of all thank you four your answer. Now my local storage loks like this code [{"0":"ILIRSKA BISTRICA", "1":"11:0:00", "2":"E", "":null, "4":"7.0", "5":"1.5", "6&quo...
by Jaka
Wed Nov 13, 2013 12:03 pm
Forum: Issues
Topic: Save array to local storage or database and get it
Replies: 5
Views: 251
 
Jump to post

Save array to local storage or database and get it

Instead of XML i used JSON and saved data to one local storage variable by doing

code
var response = JSON.stringify(data);
localStorage.setItem("json_response", response);
/code

how can i now show some objects in a list?

by Jaka
Wed Nov 13, 2013 9:35 am
Forum: Issues
Topic: Save array to local storage or database and get it
Replies: 5
Views: 251
 
Jump to post

Save array to local storage or database and get it

Hello. Im bulding an app to get/save/show data from XML. I folowed tutorial http://docs.appery.io/tutorials/build... and it works fine. The problem is i want to save current state/values in some sort of database or local storage so for example if i close the app or go to another page and come back t...

Go to advanced search