Hi Deepak, There's a Health+Android example available at the following location that should help you get started:
http://code.google.com/p/googlehealthsamples/source/browse/#svn/trunk/java/android It's still being developed, but it includes much of what you're looking for. Here are some particulars of what it includes: - Authentication using the Android AccountManager (see AuthManager) - Support for Health profile selection - A GDataHealthClient class for reading/writing/deleting TestResults - A SAX ContentHandler for de-serializing CCR Results/TestResults (see HealthGDataContentHandler) And what it doesn't include: - Medications, conditions, etc.; it only support results - Support for updating data - Extensive documentation - Tests There are no dependencies besides the Android SDK. Feel free to use it to kick-start your project! Paul (Google) On Tue, Jan 25, 2011 at 12:48 PM, Bess <[email protected]> wrote: > Isn't it something everyone want to do?but no one is able to do so easily? > Android code sample library don't include it. > > Sent from my iPhone > > > On Jan 25, 2011, at 2:37 AM, Deepak <[email protected]> wrote: > > Hi, >> >> I'm trying for Google Health connecting from Android Phone. >> >> Please let me know programmatically, how to we access Google Health >> through API (Java) >> >> - I want to login to Google Health using Google Health API >> - Then access health records which are stored on Google Health >> - Get the health records to Anroid Phone. >> - Store health records to Google Health Server >> >> Please let me know what APIs are required and sample code. >> >> Thank you >> >> Regards >> Deepak >> >> -- >> 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]<googlehealthdevelopers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/googlehealthdevelopers?hl=en. >> >> > -- > 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]<googlehealthdevelopers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/googlehealthdevelopers?hl=en. > > -- Developer Programs Engineer Google Health [email protected] -- 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.
