Download and submit forms from Phonegap/Cordova app

Can anyone point me to any code examples of displaying, filling-out and
submitting forms to/from ODK Aggregate (hosted on Google) from within a
custom app made with Phonegap/Cordova? I need to know which java files to
reference as well as the javascript to act as the proxy between the app and
the lib java files. I'm at such a loss right now.

Any help would be appreciated. I am creating an Android app for an
international health worker volunteer project.

Thank-you!

Aggregate supports two methods of submission an older custom protocol
and the new OpenRosa 1.0 standard.
https://bitbucket.org/javarosa/javarosa/wiki/OpenRosaAPI

You will want to pay attention to
https://bitbucket.org/javarosa/javarosa/wiki/FormListAPI
and
https://bitbucket.org/javarosa/javarosa/wiki/FormSubmissionAPI

As far as the collect cod, here is a link that might help.
http://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/tasks/InstanceUploaderTask.java?repo=collect

Waylon

··· On Fri, Jun 22, 2012 at 11:03 AM, Derrick Ypenburg wrote: > Can anyone point me to any code examples of displaying, filling-out and > submitting forms to/from ODK Aggregate (hosted on Google) from within a > custom app made with Phonegap/Cordova? I need to know which java files to > reference as well as the javascript to act as the proxy between the app and > the lib java files. I'm at such a loss right now. > > Any help would be appreciated. I am creating an Android app for an > international health worker volunteer project. > > Thank-you! > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Thank-you so much. I am looking in to this now.

Regards,
Derrick

··· On Saturday, June 23, 2012 1:58:05 AM UTC-4, waylon wrote: > > Aggregate supports two methods of submission an older custom protocol > and the new OpenRosa 1.0 standard. > https://bitbucket.org/javarosa/javarosa/wiki/OpenRosaAPI > > You will want to pay attention to > https://bitbucket.org/javarosa/javarosa/wiki/FormListAPI > and > https://bitbucket.org/javarosa/javarosa/wiki/FormSubmissionAPI > > As far as the collect cod, here is a link that might help. > > http://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/tasks/InstanceUploaderTask.java?repo=collect > > Waylon > > On Fri, Jun 22, 2012 at 11:03 AM, Derrick Ypenburg wrote: > > Can anyone point me to any code examples of displaying, filling-out and > > submitting forms to/from ODK Aggregate (hosted on Google) from within a > > custom app made with Phonegap/Cordova? I need to know which java files > to > > reference as well as the javascript to act as the proxy between the app > and > > the lib java files. I'm at such a loss right now. > > > > Any help would be appreciated. I am creating an Android app for an > > international health worker volunteer project. > > > > Thank-you! > > > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en >