Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top