I am new to Sencha Touch 2.0. I am trying to make a small application from where user will enter some data into a form may be name and password and store that data in the local storage. I don't have any idea how to save the form data into the local storage. Can anyone please help me out how to save form data into the local storage.
You can use the localstorage proxy on the model or store and when you set data to the model and do a sync() on the store it will save it to the localstorage.