英文:
Android: When Clicked on a View dropdown a textView
问题
如何在安卓中实现这个功能?我想为我的应用添加一个功能,当我点击这个视图时,视图会展开并显示其内容。
英文:
How Can I achieve this in android? I want to add a feature to my app that when I click this view the view expands and show its content.
答案1
得分: 1
你不需要添加加载指示器,这是一个非常直接的可展开的 RecyclerView 的示例。你可以查看这个链接获取教程。
英文:
You don't need to add spinners, this is a pretty straightforward example of expandable recycler view. You can check this for a tutorial
专注分享java语言的经验与见解,让所有开发者获益!
评论