Top "Android-dialogfragment" questions

DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.

Android fragment show as dialogfragment or usual fragment

What I am trying to achieve is to have a fragment that on tablet it shows as a DialogFragment, while …

java android android-layout android-fragments android-dialogfragment
Adding a fragment to a dialog

I would like to add a fragment to a dialog (it can be either a DialogFragment or a regular Dialog). …

android android-fragments android-dialogfragment android-nested-fragment
Android DialogFragment title not showing

When creating a custom DialogFragment, i set the title using the following: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, …

android android-dialogfragment
Android DialogFragment disappears after orientation change

I have a FragmentActivity support v4 class which implements two side by side (kind of like gmail) fragments and a …

android android-fragments android-lifecycle android-dialogfragment
Layout margin/padding at the top of dialog fragment

When using fragments my layouts get disturbed by an additional space at the top and I don't know where this …

android layout user-interface android-fragments android-dialogfragment
Android AlertDialog with custom view: get input data

I have an application with an AlertDialog that shows a single EditText. I followed the Android developers guide to do …

android android-dialogfragment
Show DialogFragment from another DialogFragment

I have a DialogFragment that displays a list of options to the user, one of these options is "Delete" option, …

android android-dialogfragment
Dismiss DialogFragment(not Dialog) onTouchOutside

I have searched through all the answers about dismissing a Dialog onTouchOutside, however, I am using DialogFragment in my application. …

android dialog android-fragments touch-event android-dialogfragment
ViewPager in DialogFragment - IllegalStateException: Fragment does not have a view

What I want to achieve From a FragmentActivity show a dialog when clicking an Action Button in the Action Bar …

android android-fragments android-viewpager android-dialogfragment