Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序应该有一个显示元素列表的活动。可以使用某些复选框机制来选择这些元素,如果单击它,则应在下一个屏幕上显示另一个列表,其中应显示子元素。需要绝望的帮助。链接到片段会更好。谢谢。
创建两个从 ListActivity 扩展的活动。检查此链接以创建 listActivity 并实现列表项的单击侦听器,并在单击事件开始第二个活动...