Closed danielcweber closed 9 years ago
I like the idea, but would change a couple things.
Try the customizer, see how it fits.
Please have a look. CRLF and tab/space interop is really a pain...
Added methods to choose one or more items in a Dialog (Android only at this time).
Been a while since I have been able to get back to this. I see where you are going but I am not sure I can take all the concepts since I would need to provide iOS specific implementations (time issue). I will try and see what I can take on.
This change allows an AlertDialog.Builder to be futher modified before it is shown to the user (e.g. an Icon may be set). A custom implementation of UserInteraction need just override OnShowDialog, modify the Builder and call base.OnShowDialog.