Library for simple survey creation.
Simple Survey utilizes the library AppIntro as the main dependency.
AppIntro is excellent for creating introductions to applications
Simple Survey provides an easy way to create forms with pre-defined question types.
- Support for the following question types:
- Dichotomic choice (e.g. example YES/NO)
- Single choice
- Multiple choose
- Open question
- Presentation page
- Question blocked until response is obtained.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.nutes-uepb:simple-survey:v1.2.2'
}
More examples coming soon...