I’m building an example app using Sencha Touch 2 and PhoneGap.
Originally it was just a Sencha Touch 2 app that showed some static text, specifically contact information for any random person. Now, I’ve integrated PhoneGap into the project because I’d like to be able to add that contact information to the device (currently an android emulator). I’ve gone through the code here at:
http://docs.phonegap.com/en/1.0.0/phonegap_contacts_contacts.md.html#Contact
But I haven’t been able to get it working.
Does anybody have an example of how to get this going.
TL;DR – How can I take static contact information from Sencha Touch 2 javascript view and add it to the contacts list on an Android emulator?
Thanks in advance.
I forgot to come back to this…
I used this guide as an example on how to get started with both of these technologies, in Eclipse, for Android.
Packaging a Sencha Touch 2 application with PhoneGap for Android