开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜