is it possible/advisable to have a nested listview?
i.e. a listView that\'s contained within a row of another listview?
an example would be where my main lis
Is what you're looking for the ExpandableListView? Of course, that's limited to only two levels of listings (but that sounds like it would work for your needs).