6

Upon reviewing the docs in android I've noticed the classes: Dialog and DialogFragment(standard, v4). The Tutorials seem to use the terms interchangeably, thus i'm confused as hell about their differences.

Tell me if i'm right with my understanding: a DialogFragment, is in essence, a wrapper that handle life-cycle events, while returning an Object of Type Dialog, which is the actual UI Object?

5
  • Dialog and DialogFragment aren't part of the support v7 Commented Nov 4, 2015 at 3:45
  • 3
    Possible duplicate of Android DialogFragment vs Dialog Commented Nov 4, 2015 at 3:46
  • in v7 there are AppCompatDialog, and AppCompatDialogFragment @SMR Commented Nov 4, 2015 at 3:46
  • 1
    @SMR i've read that thread. it didn't explain what i was looking for, otherwise i wouldn't have made this post Commented Nov 4, 2015 at 3:47
  • according to the docs the AppCompatDialog and AppCompatDialogFragment use AppCompat themes. not sure if there is any other difference Commented Nov 4, 2015 at 3:50

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.