android nested listview

后端 未结 5 2190
别跟我提以往
别跟我提以往 2020-11-27 05:15

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

5条回答
  •  攒了一身酷
    2020-11-27 05:48

    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).

提交回复
热议问题