android nested listview

后端 未结 5 2193
别跟我提以往
别跟我提以往 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:59

    This sound like what you're looking for? If you're not, or if this doesn't work, I would suggest having two list views: one of, say, blog posts, and the second of comments, and an action on a blog post item takes you to the second view, populated with the relevant comments.

提交回复
热议问题