October 2018
Intermediate to advanced
464 pages
15h 17m
English
ProgressDialog has been available since API 1 and is widely used. As we'll demonstrate in this recipe, it's simple to use, but keep this message in mind (posted on the Android Dialog Guidelines site at http://developer.android.com/guide/topics/ui/dialogs.html):
This message doesn't mean ProgressDialog is deprecated or is bad code. It's suggesting that the use of ProgressDialog should be avoided since the user cannot interact with your app ...