NexusDialog icon indicating copy to clipboard operation
NexusDialog copied to clipboard

Library that allows you to easily and quickly create forms in Android with little code

Results 18 NexusDialog issues
Sort by recently updated
recently updated
newest added

FormFragment doesn't clear all elements created in the fragment . when it comes to the second time old entered data is available

i have a form with about 6-7 edit text controllers and would like to reduce the spacing between each one of them. Is this possible?

This PR adds a readonly mode to display items in its current state while preventing accidental edits. The changes are quite a lot due to the fact that Android's EditText...

regards As always this is an excellent library, but I can not find the way to enable and disable the controls, is there any way ?, could you give an...

It is showing with white font with white background. Could you tell how to change font color

I've added the ability to hide elements and sections.

how to create TextInputLayout by using this library

Hello I think there is a bug in RequiredFieldValidator in use with SelectionController. new SelectionController(context, id, label, isMandatory, x,y, false); So a selection is required. But in RequiredFieldValidator at the...