I want animations, if I add or remove some elements in my custom Item
list.
I tried it using
(and maybe some others I didn't found yet)
As I said, I have a Custom View with Item
s and I add always minimum 2 - depends on the situation. The views are all the same custom views - only different texts and HTML style, but that shouldn't matter.
Then I call notifyDataSetChanged()
.
Both methods above didn't help.
ListViewAnimations resorts my list.
The Handler works sometimes...
and sometimes I've empty views (until I scroll)
Is there any way I can handle that?
ListViewAnimations would be nice, if there is an example with Insertable
. I couldn't adapt it for my situation. The Appearance Animations worked nice.