【发布时间】:2011-09-14 14:44:17
【问题描述】:
我想在 Android 中显示深度为 3 的递归或嵌套文本视图。要显示的文本是,动态来自网络服务。
for example:
If I Click on Help(Level 1)
it'll show topics under Help
If I Click on Help_Topic_1(Level 2)
it'll show questions under Help_Topic_1
If I click on this question, say HT_Question_1(Level 3)
it'll show Answer of that question(Level 3)
如何做到这一点?请指导我。
【问题讨论】:
-
没有。一开始我会有列表视图,其中一个列表项是帮助,这应该显示上述嵌套列表
标签: android android-listview textview