Android
- 4 ответа
- 0 вопросов
2
Вклад в тег
For example, a service might handle network transactions, play music, perform file I/O, or interact with a content provider, all from the background.
ProgressDialog.show(MainActivity.this, "", "Загрузка. Пожалуйста подождите...", true);
возвращает ProgressDialog. progressDialog = ProgressDialog.show(MainActivity.this, "", "Загрузка. Пожалуйста подождите...", true);