Hello,
I'm new to B4XDialogs and I'm try to implement a Yes/Cancel simple dialog (without custom layout) like this:
"Do you want to do this?" "Yes" "Cancel"
If response = "yes" then
'Do this...
If response = "Cancel" then
'Do nothing...
How to do this using B4XDialog (XUI Views) ?
I trying to...