开发者

How to know when a Listview is finished with populating data in android?

开发者 https://www.devze.com 2023-03-16 16:11 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号