/result-dialogfragment

Extension to Android's DialogFragment class. A DialogFragment that is capable of returning results to it's caller.

Primary LanguageJavaApache License 2.0Apache-2.0

result-dialogfragment

Extension to Android's DialogFragment class. A DialogFragment that is capable of returning results to it's caller.

The result listener can be the Activity or the target Fragment or a custom manually set class. Multiple listeners are supported.

The project tries to minimize boilerplate code by making the class automatically recognize it's listeners (Activity, target Fragment)