How to add a sub item in Android ListView?

前端 未结 4 792
礼貌的吻别
礼貌的吻别 2021-02-08 16:03

I have made a android listView taking the help from Vogella.com using following layout and ListActivity class.

RowLayout.xml



        
4条回答
  •  长情又很酷
    2021-02-08 16:53

    In order to add sub items to your items in List View, Use Expandable List View.

    Have a look at this example.

    You can ask if you have any further queries :)

提交回复
热议问题