Page 1 of 1

Simple notetaker

Posted: Mon Jun 15, 2015 12:21 pm
by Sam B

Hello. How would I make it so that the text entered into a textarea is saved somehow so that the next time it is open the information that was entered is still there. I am thinking of making a type of notetaker app. Thanks for the help!


Simple notetaker

Posted: Mon Jun 15, 2015 1:00 pm
by Illya Stepanov

Hi Sam -

You can start from this tutorials, that explaining how to work with Database and Local Storage:
:: https://devcenter.appery.io/tutorials...
:: https://devcenter.appery.io/tutorials...


Simple notetaker

Posted: Fri Jun 19, 2015 8:35 pm
by Sam B

Thank you so much that worked beautifully to teach me how to make the app exactly as I wanted. Is there another tutorial that would help me learn how to now take those strings and store them in a text file on the device as a backup?


Simple notetaker

Posted: Fri Jun 19, 2015 9:49 pm
by Illya Stepanov

Hi Sam -

We don't have such tutorial, but you can search online similar tutorials explaining how Cordova/PhoneGap app can work with file system on the device.