开发者

Intent not getting posted sometimes

开发者 https://www.devze.com 2023-01-31 14:32 出处:网络
In Android, I am posting an intent to start an activity when a list item is clicked. 99% of t开发者_如何学编程he time, that activity is started.

In Android, I am posting an intent to start an activity when a list item is clicked.

99% of t开发者_如何学编程he time, that activity is started.

But sometimes, when I click the list item, I get a blank screen.

Any idea?


mdv , it seems 1% times you launched the app before data is loaded OR no data to initiate the new activity. Is data loading asynchronous?

0

精彩评论

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