Exam AND-401 All QuestionsBrowse all questions from this exam
Question 77

Which of the following is incorrect about ProgressDialog?

    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
MmadiOption: C

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