Skip to content
U-Lenovo-PC\jschweers edited this page Jun 17, 2014 · 2 revisions

Development Environment

Go to the Setting up a Development Environment page.

Binaries

Latest Build of CommCare ODK

Using CommCare

See the specs for the new CommCare configuration files. Suites define the menus, navigation, display, etc. for CommCare. (everything except the forms themselves).
    • The CommCare Profile File** Specifies an application's properties along with what suites should be included in a CommCare App.
    • CommCare's Persistance API (data that lives beyond/outside of xforms)**: CaseXML1.0
CaseXML2.0 This describes how to store data and pass it between forms over time.
    • XForms** (from the JavaRosa wiki)
    • Skeleton XML** These skeleton files can be dropped into your 'resources' folder to configure a barebones CommCare application. Think 'hello world'.
    • HTTP API's** These API's provide a way to access posted Case data from the commcarehq server