What is lifecycle of DialogFragment
问题 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 ? 回答1: DialogFragment life cycle is similar to the life cycle of fragment: . To test yourself put logs in each of