Hello,
I have a other question.
I need to save the id of the user + his name and email. I take the information from facebook but i need to save this only 1 time on the phone.
1 user / phone
So my question is:
What is the best to save and use this only var. I really need to create a Database ?
1 Answer
Accepted Answer
The App Properties module is used for storing application-related data in property/value pairs that persist > beyond application sessions and device power cycles.http://docs.appcelerator.com/titanium/2.1/#!/api/Titanium.App.Properties
Your Answer
Think you can help? Login to answer this question!