Intent not getting posted sometimes
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?
精彩评论