Sam B
Posts: 0
Joined: Mon Jun 15, 2015 12:21 pm

Simple notetaker

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!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Simple notetaker

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...

Sam B
Posts: 0
Joined: Mon Jun 15, 2015 12:21 pm

Simple notetaker

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Simple notetaker

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.

Return to “Issues”