Skip to content

Android form builder library with support a subset of types including video, audio, single/multiple selection and more

Notifications You must be signed in to change notification settings

m7mdra/question-form

Repository files navigation

Question form

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'
	}

About

Android form builder library with support a subset of types including video, audio, single/multiple selection and more

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages