我是Android上的新手。如何使用类别上的箭头在ListView中创建类别。例如,我想看到100个类别,点击我可以看到的一些类别
答案 0 :(得分:0)
在使用ExpandableListView的Android中,您可以创建包含类别的列表视图。
有很多教程和样本可供使用。
以下是一些好的链接:
http://www.mysamplecode.com/2012/10/android-expandablelistview-example.html http://javapapers.com/android/android-expandable-listview/ http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/ http://androidexample.com/Custom_Expandable_ListView_Tutorial_-_Android_Example/index.php?view=article_discription&aid=107&aaid=129
为了理解概念和理论,请查看官方开发者页面 https://developer.android.com/reference/android/widget/ExpandableListView.html
答案 1 :(得分:0)
我认为您需要具有类别的可扩展列表视图,如果您可以参考以下链接了解更多详细信息,则可以添加更多类别...
http://androidcoding.in/2016/04/08/android-tutorial-on-expandable-listview/