nerdexam
Android

AND-401 · Question #39

Which of the following is incorrect about ProgressDialog?

The correct answer is C. ProgressDialog is able to apply a custom XML-defined layout by using the. See the full explanation below for the reasoning.

Question

Which of the following is incorrect about ProgressDialog?

Options

  • AProgressDialog inherits from the AlertDialog class.
  • BProgressDialog can be set as 2 types of style: STYLE_HORIZONTAL and STYLE_SPINNER.
  • CProgressDialog is able to apply a custom XML-defined layout by using the
  • DProgressDialog can be freely configured to use a Drawable class to display as its progress bar.

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    13% (4)
  • C
    75% (24)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice