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.
我在我的 Android 应用程序中使用 GridView。当我触摸某个单元格时,我想向用户显示动画,例如将单元格内容从一个单元格移动到另一个单元格。为此,我将不同的 ImageAdapter 设置为 GridView,但它只显示最后一个视图。我该如何解决?
您应该尝试来自 android 示例目录的示例 api-demo 包含您想要在应用程序中使用的动画