Hi,
I have a ExpandableListActivity filled by a SimpleCursorTreeAdapter. Works. But I have to display a date in the child view. The date is stored as long in the database and so it is of corse displayed in the view. I need to do some formating with SimpleDateFormat before it is displayed.
With an SimpleCursorAdapter i can use simpleCursorAdapter.setViewBinder(new ListItemBinder()) to do this ... but SimpleCursorTreeAdapter hasn't got such method. Is there an alternative?
Thanks for your help.
greetings
Rudi