QMBForm icon indicating copy to clipboard operation
QMBForm copied to clipboard

Create simple Android forms

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

Thank you for create so excellent lib , and when could we see the new version?

Hi, Project looks really promising! I've used XLFrom on iOS so QMBForm is really awesome companion here :) I have latest Android Studio and API SDK v21 and v23. But...

I created a new Activity and added textbox, button, and dateinline. My code: final RowDescriptor textDisabled = RowDescriptor.newInstance("txtLocationDisabled",RowDescriptor.FormRowDescriptorTypeText, "", new Value("Click on Location to Set Pickup Location")); textDisabled.setDisabled(true); sectionDescriptor.addRow(textDisabled); ```...

I added a system to modify the most commonly used styles (typeface, color, alignment) on any View inside a cell using reflection. Let me know if you have any feedback/questions....

There was a problem that textedit receives focus and immediately loses it, but text cursor still blinks in the textedit and keyboard stays on the screen. I found that fix...

There are no listeners for onupdate for pickers. Currently there are setonformlisteners which we can use to schedule a runnable with delay and do a get value?

Hello, I've issues updating the List View without the need of build the form descriptor again. How to do it? This works, but makes the List View scroll up: ```...