Would like to know about java or javascript library for form creation like ODKCollect

As I know ODKCollect is complete android app which fetches forms from server and renders it as native form on Android.

I am planning to use ODK forms in my app [a hybrid android app] wherein i want to include features such form fetch/rendering either as native gui or html5.

Could you please let me know any such libs which can provide me APIs to fetch and render forms?

Also, is it possible to use ODKCollect as library in my app [with/without modifications].

Thanks.

With android, you can launch other applications from within your own
application. This could be used to, for example, launch ODK Collect into a
specific form or instance of a form, or to display the data-upload screen.
The ODK Collect shortcuts use this for launching into a specific form.

Content providers can be used to create new form instances (see other posts
for how).

We currently don't expose the activity that downloads forms to the device.

ยทยทยท -------------- The ODK source code is all open-source under the Apache-2 license. You are free to use it or embed it according to the terms of that license.

We encourage you to contribute changes back to the main source code under
the Apache 2 license. e.g., consider contributing the changes needed to
launch the download-forms screen. We will review the changes and if they
fit, we will incorporate them.


ODK Collect provides a native Java UI.

ODK Survey, a not-yet-released ODK 2.0 tool, does html5 rendering of forms
(and has a different XLSX form definition format).

On Tue, Jan 20, 2015 at 2:22 AM, kdhani99@gmail.com wrote:

As I know ODKCollect is complete android app which fetches forms from
server and renders it as native form on Android.

I am planning to use ODK forms in my app [a hybrid android app] wherein i
want to include features such form fetch/rendering either as native gui or
html5.

Could you please let me know any such libs which can provide me APIs to
fetch and render forms?

Also, is it possible to use ODKCollect as library in my app [with/without
modifications].

Thanks.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com