This demo is a slight modification of @DonManfred's B4XPages SQLiteLight2 demo. It demonstrates that UCanAccess can work under Android, given one uses the right version of UCanAccess and supporting libraries.
Here are some notes that accompany the demonstration:
'Notes:
'1)...
I tried to improve the most useful dialogs of the Dialogs library. In my version, HTML tags are interpreted (even in the text of buttons), the InputBox uses a Masked EditText and has more options, you can check if the input is valid before closing the dialog, and the CustomDialog is fully...