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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top