Hi Eskizo, You're welcome... glad to help!
There's a great alternative to programmatic data binding that another Health developer, Gilad, has released code for. See the following forum thread for more information: http://groups.google.com/group/googlehealthdevelopers/browse_thread/thread/31c464a88994e16c This is a great solution to translating data between Java classes and XML since it uses an XML binding framework (Castor XML) to generate value objects that you can use in your code. Because of this, it's a less error-prone approach than programmatic binding; although, it introduces a set of dependencies that you'll need to manage. Cheers! Paul On Oct 24, 10:02 am, Rafa Eskizo <[email protected]> wrote: > This could help us a lot, > > Thanks for everything. -- 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.
