This is a Kotlin port of FormMaster
Full Screen | Partial Screen | Login |
---|---|---|
https://thejuki.github.io/KFormMaster
Add the sonatype snapshots repository to your root build.gradle:
https://github.com/TheJuki/KFormMaster/blob/master/build.gradle
repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
- This library was ported from Java and is still compatible with Java code
- See Java Example
Add this in your app's build.gradle file:
ext {
kFormMasterVersion = [Latest]
}
implementation "com.thejuki:k-form-master:$kFormMasterVersion"
- Removed Form Element Builder Classes
- Migration Guide: https://thejuki.github.io/KFormMaster/migrateBuilder/
The App Automate feature of BrowserStack is used for Espresso testing of this library. The App Automate REST API is used to upload the example app and test app to test multiple devices in parallel.
This library is available as open source under the terms of the Apache License, Version 2.0.