Multiple choice

To create a dialog, extend the _____________ class and implement either onCreateView or onCreateDialog method.

  1. Dialog

  2. DialogFormat

  3. DialogFragment

  4. DialogFrame

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To create a dialog, extend the DialogFragment class and implement either onCreateView or onCreateDialog method.