listview android studio中的类别
Posted
技术标签:
【中文标题】listview android studio中的类别【英文标题】:Categories in listview androidstudio 【发布时间】:2016-09-13 04:30:20 【问题描述】:我是 android 新手。如何在我的 ListView 中使用类别上的箭头创建类别。例如,我想查看 100 个类别,单击某些类别后,我可以看到里面
【问题讨论】:
检查我的答案...***.com/questions/37249781/… 【参考方案1】:在带有 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
【讨论】:
【参考方案2】:我认为您需要具有类别的可扩展列表视图,如果您可以参考下面的链接了解更多详细信息,您可以添加更多类别...
http://androidcoding.in/2016/04/08/android-tutorial-on-expandable-listview/
【讨论】:
以上是关于listview android studio中的类别的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio,如何使用数组或光标中的数据填充自定义 ListView?
从 Android Studio 中的 JSON 文件在 ListView 中显示图像
如何根据 android studio 中的 listview 项目点击更改活动图像和文本? java 或 kotlin