QMBForm
QMBForm copied to clipboard
Create simple Android forms
Hello, I cannot build using latest android 3.4.1 on Mac
This is the example code: ` // More styles and colors for cells HashMap cellConfig = new HashMap(8); // TextAppearance for section, label, value and button cellConfig.put(CellDescriptor.APPEARANCE_SECTION, Integer.valueOf(R.style.TextAppearance_Form_Section)); cellConfig.put(CellDescriptor.APPEARANCE_TEXT_LABEL, Integer.valueOf(R.style.TextAppearance_Form_Label));...
How can we make the font sizes a little bit bigger?
I've implemented QMBForm in my app but I'm having some problems. I'm using QMBForm in a DialogFragment. I'm not sure if that makes a difference. When the dialog comes up,...
As the title says, the Date Dialog and Picker Row values do not update after the value is changed. When i use the sample fragment included, it works fine...but when...
How can I as a dynamic element show hide ? Also do you have working on the validation ?
Is there any chance soon for FormRowDescriptorTypeImage, FormRowDescriptorTypeDateTime Thanks
In your README you have this: Attention! If you use EditText based form elements, make sure you set "windowSoftInputMode" to "adjustPan" Do it in your manifest: Or programmatically in the...
Hello, i expect a Problem regarding Android N (7). If I type something in an field (text or texttfield) it doesn´t matter. The text is added in the first element...
With password fields, when you rotate the phone to landscape view and edit a password, it exposes the masked text and discards the mask. I'm browsing through the code trying...