MarschOSX / Responder

Senior Design I project for an Android auto-response application
0 stars 0 forks source link

Readable Event Log #65

Closed MarschOSX closed 8 years ago

MarschOSX commented 8 years ago

Take the existing event log information and make a user friendly readable interface. May need help on DB with Garlan

MarschOSX commented 8 years ago

Location and calendar accesses are still false, we only retrieve the most recent record (we need all the records), and times are only dates, not hours

MarschOSX commented 8 years ago

We need a unique key for the hashmap, change in forloop so that ResponseLog has a uniqueID (i.e = i), preferably the row number! Then figure out how to display the name instead of the Unique ID in the ListDataHeader, might need to rework the ExpandableListAdapter as well.

MarschOSX commented 8 years ago

Removed the HashMap issue, now just uses ArrayLists, but still need to physically test