How can I animate newly added items in ListView?
ListView
I have a adapter and when I add new items in my list I say adapter.notifyDataSetChan
adapter
adapter.notifyDataSetChan
The official docs about animation in Android say that you can set an animation to trigger whenever the layout is changed, using android:animateLayoutChanges="true".
Taken from: http://developer.android.com/training/animation/layout.html