Ali Bahraminezhad
Ali Bahraminezhad

Reputation: 326

Android GridView: Animation for grids when add or remove programmatically

How to define an animation for GridView grids in Andorid?

For example when I add or remove an item, GridView will automatically animate the action(eg fadeIn/fadeOut) and re-order the items.

Upvotes: 1

Views: 2136

Answers (1)

makovkastar
makovkastar

Reputation: 5020

You can try to use the ListViewAnimations library which also works with GridViews.

Upvotes: 1

Related Questions