英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论