My problem
I am using GridView
in my application. GridView
has pretty simple cells: just two TextView
s. When the user clicks button on the ActionBar
, a Dialog
opens. He can make a new cell here.
I use this code to update my GridView:
mNotesAdapter.notifyDataSetChanged();
And it works perfectly. But the new cell just pops up immediately. And the other just changes their position. I want to achieve animation effect, which will look like Google Keep's one.
> Look Google Keep on Google Play Store.
My question
Is it possible? Please share some links or some knowledge about it.
I would greatly appreciate for your help. Alex. P.S. Sorry for my English:)