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.
我需要帮助在我的画廊中启用滚动子视图(不是图像视图)。我知道覆盖 Fling() 是解决方案,但我不知道如何实现它。谢谢!
这不是正确的做法。像 ListView 或 GridView 这样的 AdapterView 用于回收它们的子视图。所以如果你尝试手动更新子视图,你会遇到一些麻烦。
首先,我推荐你使用viewholder 模式。然后,为了选择一个项目,在您的数据对象上标记它并调用notifyDataSetChanged您的适配器。
notifyDataSetChanged