Integrating ODK Collect with Android application

I am creating an Android application where I am hoping to show both a
medical history and also collect information.
My application will need to have certain offline functionality, such as
being able to view patient history and also log new information.

I plan on making a custom view for the history but then would like to
create the forms using ODK.

Is it possible to create a button in an Android application that then will
link to an ODK form?
Any resources on how to do this would be greatly appreciated.

Hi Alejandro,

Its good to hear of your plans. Just a pointer is that a similar effort
was undertaken under the ODK clinic
product line. You can get more information here

Sam

··· On 11/30/2016 08:26 PM, Alejandro Chavez wrote: > I am creating an Android application where I am hoping to show both a > medical history and also collect information. > My application will need to have certain offline functionality, such > as being able to view patient history and also log new information. > > I plan on making a custom view for the history but then would like to > create the forms using ODK. > > Is it possible to create a button in an Android application that then > will link to an ODK form? > Any resources on how to do this would be greatly appreciated. > -- > You received this message because you are subscribed to the Google > Groups "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to opendatakit-developers+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout.

The caveat is that I wrote the code for Clinic many years ago and it's
currently unsupported.

But Sam is correct, the technique used to launch Collect should work
just great. Tables also has a Collect integration that you should look
at. https://github.com/opendatakit/tables.

Yaw

··· On Fri, Dec 2, 2016 at 8:42 AM, Samuel Mbugua wrote: > Hi Alejandro, > > Its good to hear of your plans. Just a pointer is that a similar effort was > undertaken under the ODK clinic > product line. You can get more information here > https://github.com/opendatakit/opendatakit/wiki/Clinic > > Sam > > > On 11/30/2016 08:26 PM, Alejandro Chavez wrote: > > I am creating an Android application where I am hoping to show both a > medical history and also collect information. > My application will need to have certain offline functionality, such as > being able to view patient history and also log new information. > > I plan on making a custom view for the history but then would like to create > the forms using ODK. > > Is it possible to create a button in an Android application that then will > link to an ODK form? > Any resources on how to do this would be greatly appreciated. > -- > You received this message because you are subscribed to the Google Groups > "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit-developers+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit-developers+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.