I am using an array adapter to populate the listview items. Is there any event listener that can be relied on to know when the listview is updated with new data开发者_开发问答?
Why don't you just set a flag to trigger an event when the listview is completely rendered?
Then create your own Event handler to start your animation when the flag is set.
精彩评论