Hello everyone, I'm on the analysis phase of an application I want to develop with Sencha Touch. I'll probably deliver it to Android devices using PhoneGap.
Here's my plan: as soon as a client installs the application, he/she will see just a bunch of basic features and, after logging in, I want to make him/her download extra features (ie. additional html pages and js files basically) in the form of updates. Depending on which user it is, I want to include specific contents in each update. Some updates will affect all users, while others just a bunch of them (<- users who need advanced functionality). Is this possibile? If not, can I write files to the installation directory using PhoneGap? Now, please consider that: - I don't want to make a user download ALL the extra features upfront because I would clog his/her device with perhaps unnecessary stuff and, besides, there might be confidential content that some users are not supposed to see. - Also, I don't want them to access these resources online, since the application has to work offline after it's been installed. Advices? Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

