Welcome Marko,
It's a pleasure to have you here.
I need to fill an ExpandableListView from a database.
I want to know if it's better to use directly a Cursor by extending CursorTreeAdapter or if i should put all of the results in a list and extend a BaseAdapter in terms of performance and efficiency ?
Are we limited with only one question btw ?
Thanks in advance.