I could not find proper lifecycle of android.support.v4.app.DialogFragment
by searching on Google. I need this for some implementation. As we know DialogFragment
has some methods same like Dialog
.
DialogFragment
extends Fragment
so its lifecycle is same as Fragment
. But what about other methods of DialogFragment
?
Here is Fragment
lifecycle. Can one provide for DialogFragment
?