avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

There is a way to show a Styled Dialog without using FragmentActivity? #20

Closed pietrorampini closed 11 years ago

pietrorampini commented 11 years ago

There is a way to show a StyledDialog with a Activity argument instead of FragmentActivity?

davidvavra commented 11 years ago

Yes, there is not dependency on FragmentActivity, you just need FragmentManager instance to show the dialog.

pietrorampini commented 10 years ago

How can I obtain a instance of FragmentManager without a FragmentActivity?

davidvavra commented 10 years ago

@rampo I don't think that's possible.