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 DialogF
android.support.v4.app.DialogFragment
DialogF
Strange, that if you created an AlertDialog in onCreateDialog(), didn't call onCreateView(), then onViewCreated() wouldn't also call.
AlertDialog
onCreateDialog()
onCreateView()
onViewCreated()
See Android DialogFragment onViewCreated not called and OnCreateView not called in a dialogfragment from a fragment.