Thursday, July 22, 2010

Journal entries

Updated Android Keas app to handle journals (a.k.a. Observations of Daily Living, or "ODLs"), Meals, Exercise, Mood.

To do this added machinery to process 2D dataTable data from Keas API, and evolved ExpandableListView to show 2nd row for journal data, sorted chronologically starting with most recent entry.

The displayed columns and 'Name' column are specified in the loadData method, example:
loadAPIdata(username,password,"keas.apitest",
"odl_exercise.*","Exercise", true, "odl_exercise.name",
"odl_exercise.date,odl_exercise.intensityname,...");





Download signed apk here (try test user name:jim pw:jim)
Download Eclipse project here. Enjoy.

No comments:

Post a Comment