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.
我正在尝试更新显示的片段中的列表视图。必须更新片段的按钮实际上是 NavigationDrawer 内 ExpandableListView 的子项。 例如:您有汽车名称作为孩子,当您单击孩子时,CarName 片段会显示,它的 ID 传递给片段,ListView 会填充与该 ID 对应的数据库中的信息。当您选择另一个孩子时,一切都会重复。除了选择新的孩子和更新片段内的 ListView 之外,我得到了一切工作。
任何想法如何实现?