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.
我已经成功实现了 SlidingMenu。我的要求是我有一个 listview 形式的菜单。现在很少有列表项有一个额外的组件(例如状态),每次用户打开菜单时都需要动态更新。我无法做到这一点。请帮我 。
You have to override the method which is called when the slider is opened. There you have to add the code to update your list data.