Build Android Configurable views with JSON
Hey friends...
Am working on an Android side project neat-form . It is a library that allows you to create configurable views using JSON specification. The library also provides the following validations using Easy Rules Rules Engine library
- View validation
- Skip logic (hiding and showing views based on conditions specified in rules)
- Complex calculations
The library is entirely done in Kotlin. Hope you will find it useful.