[Solved] One fragment with two types of display [closed]


You can use Fragment which extends DialogFragment as either embedded view or dialog. Please refer to this part of guide in documentation for detailed explanation. I have used this approach and it works perfectly.
http://developer.android.com/reference/android/app/DialogFragment.html#DialogOrEmbed

1

solved One fragment with two types of display [closed]