demo.mp4
A form builder with support to different types of questions. it provide a high performance as it relies on recyclerview, as the name suggest it recycle views and only create new ones when required.
it supports only a subset of types without no intention to allow extensions.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.m7mdra:question-form:0.17'
}