Hi,
I’m developing an external application which I would like to retrieve data from instance while offline. The case is quite similar to How to retrieve data from ODK-Collect while offline , which methodology is not possible to do anymore since Android no longer allows folders being shared between applications as mentioned in Collect will need to stop using /sdcard/odk for files .
Problem:
Extract data from ODK Collect form after user has filled out the data. This must occur in an offline environment.
Workflow:
User opens external app and through workflow is directed to ODK Collect through Intents. User collects data using ODK Collect. User finishes collecting data and is returned to external app. The external app then consumes the data the user just filled out.
Questions:
Currently, is there any way to access the content of a instance (filled form) or form (blank form) from an external app while offline?
Is there any update about the topic: Collect will need to stop using /sdcard/odk for files ?
Thanks in advance,