Skip to content
Elly Kitoto edited this page Apr 12, 2020 · 10 revisions

About this wiki

This wiki contains documentation for NearForm from version 1.x

What is NeatForm

Neat form is a form builder library used to generate android views using JSON form specification. It uses Easy Rules, rules engine library to handle skip logic and for performing complex calculations.

Features

Below are the features provided by this library.

  • View generation. Currently supporting (EditText, RadioGroup, Spinner, NumberSelector, DateTimePicker, MaterialEditText, MultiChoiceCheckbox, Checkbox)
  • Calculations - handling calculation on fields
  • Skip logic - hiding and showing of views depending on particular conditions
  • View validation - validating values

Contribution

Contributions to neat form are are welcomed. Kindly create an issue for the bug fix or new feature you are adding/want added