Why is there no cancel button in Android's progress dialogs?

后端 未结 5 1399
傲寒
傲寒 2021-02-13 22:56

I\'m facing a head-scratching moment similar to what this person (from Jan 2008) experienced when I realized that there is no cancel button in Android\'s progress dialog or spin

5条回答
  •  旧巷少年郎
    2021-02-13 23:32

    I can't speak for other apps, but in mine anything that might cause the UI thread to wait is executed in a seperate thread. The most I'll do is show a small progress spinner in the titlebar to let the user know something is going on in the background.

提交回复
热议问题