Page 1 of 1

Sending information from one user to another

Posted: Thu Jan 16, 2014 3:02 am
by Willie Sims

Hello, Not sure how to go about this but I hope someone might have an idea,
I am trying to visually map locations from the rest service in a windows 8 app, Appery does not have a "Map" for windows 8 app so I have to use Custom html code to create one. But how do I pull the information from the rest service to do so. I want the user to be able to view there own list of pins from Appery's rest service queried according to the users list.


Sending information from one user to another

Posted: Thu Jan 16, 2014 4:39 am
by maxkatz

You can store/retrieve the data from local storage, for example. If you want to use a REST service, you can first save the data into local storage and then get it on the page.


Sending information from one user to another

Posted: Thu Jan 16, 2014 6:00 am
by Alena Prykhodko

Sending information from one user to another

Posted: Thu Jan 16, 2014 1:35 pm
by Willie Sims

Wow you guys really improved your docs allot thanks