Hi Deepak, To communicate directly between Android devices and Google Health, the only option, currently, is to write your own client code, following the Google Health API protocol specifications:
http://code.google.com/apis/health/docs/2.0/developers_guide_protocol.html The example code that I provided shows how this can be done, so you actually may not need to write much protocol-level code. The standard GData Java Client Library unfortunately cannot be used on Android since there's a XML parser incompatibility. It can, however, be used for Web and desktop applications. http://code.google.com/p/gdata-java-client/ We will be adding support for Health to the newer Google API Client Library for Java, which is currently in alpha, but does work on Android. http://code.google.com/p/google-api-java-client/ So, in the near-term, you'll likely want to check out and extend the example code if you're building an app that communicates directly with Health. I hope this helps! Paul -- You received this message because you are subscribed to the Google Groups "Google Health Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/googlehealthdevelopers?hl=en.
