AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 77


Which of the following is incorrect about ProgressDialog?

Show Answer
Correct Answer: C

ProgressDialog is not able to apply a custom XML-defined layout by using the setContentView(...) method. ProgressDialog has a predefined layout and does not support custom layouts in the same manner that other dialogs might.

Discussion

1 comment
Sign in to comment
MmadiOption: C
Dec 31, 2022

C. ProgressDialog is able to apply a custom XML-defined layout by using the setContentView(...) method.