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

Ability to pass more information to callbacks. #136

Open romansl opened 8 years ago

romansl commented 8 years ago

Key changes:

You can now handle more information about dialog in callbacks. For example you ask user to confirm delete item from list. Now you can pass item id in extras and then get it from dialog.getArguments().getBundle(BaseDialogBuilder.ARG_EXTRAS).

frogggias commented 8 years ago

I believe, there is better solution than creating Breaking change. For instance new interface with extras method argument.