Android: Animating changes to GridView content

前端 未结 4 1804
傲寒
傲寒 2021-02-01 02:28

I have a GridView of layouts which can be dynamically added or removed to the grid.

In iOS, the native behavior for GridView items is for the other items in the grid to

4条回答
  •  [愿得一人]
    2021-02-01 02:41

    I've found this resource link quite helpful for dealing with animation for other layout views such as LinearLayout etc.: http://developer.android.com/training/animation/layout.html Hopefully this can help. You can also have a look at https://github.com/nhaarman/ListViewAnimations for inspiration

提交回复
热议问题