Question

I am developing native app for iOS with Sencha Touch and PhoneGap. Everything is working fine. I need to facilitate users to change the application settings like in Facebook app and gmail app's setting. This is for user personalisation.

How is it possible either in Sencha Touch or PhoneGap or any other options to do?

Was it helpful?

Solution

From the Sencha perspective, you probably just need an Ext.form.Panel to present the user the choices.

Then you could use the form submit() method to post them to a remote server, or the getValues() method to retrieve the values and store them locally using one of the methods provided by Cordova/Phonegap Storage API.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top