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