I want to choose only NON NULL String from String[] groupFrom = new String[]{Database.DATABASE_GROUP_1};
to pass to the adpater:
SimpleCursorTreeAdapter simplecursortreeAdapter = new ExpandableListViewAdapter(
this,
cursor,
R.layout.list_group,
groupFrom,
groupTo,
R.layout.list_child,
childFrom,
childTo
);