On Tuesday 31 March 2015 00:31:42 Egbert Jansen wrote:
> Is there a reason why we should use Xamarin or IntelliJ for the Android
> development (in relation with the CommCare communication) or will both work
If you start a new project from scratch, the common way now is to use Android studio which is "just" IntelliJ + Android related plugins and tools.
https://developer.android.com/sdk/index.html
If you base your own software on the CommCareODK code itself, I suggest you suggest to the older, Eclipse based Android SDK as Dimagi's build documentation and files are based on Eclipse + ADT :
https://developer.android.com/tools/help/adt.html
What are you trying to achieve ?
Regards,
--
Charles Flèche
mHealth Advisor
Télécoms Sans Frontières http://www.tsfi.org
Première Urgence - Aide Médicale Internationale http://www.pu-ami.org
--
You received this message because you are subscribed to the Google Groups "commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to commcare-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Tuesday 31 March 2015 03:38:03 Egbert Jansen wrote:
> The user can input some patient data, questions and the app will measure
> some data (communication with hardware).
> When connected to the internet, data must be stored in the CommCare
> database. (this is a request for the future)
Depending on your workflow / project, writing an entire application is maybe not required. Maybe you could write just the hardware-reading bit as an Intent and call this Intent from CommCare ? That way you'll save yourself the hassle to write a data entry / question application as CommCare already does this pretty well ?
Here is the doc for Android Intent integration on the CommCare Wiki:
Just food for thoughts…
On Tuesday 31 March 2015 17:13:09 Charles Flèche wrote:
> Intent and call this Intent from CommCare ? That way you'll save yourself
Ah, email collision, Simon… Seems like my message has been lost in the limbo for a while, sorry about that.