KFormMaster

Additional

Language
Kotlin
Version
8.2.1 (Mar 9, 2021)
Created
Feb 14, 2018
Updated
Apr 11, 2022
Owner
Justin Kirk (TheJuki)
Contributors
Daniel Bälz (dbaelz)
Ricardo Fuhrmann (Fuhrmann)
Justin Kirk (TheJuki)
dependabot[bot]
ratulroadzen
douglas-srs
Soares e Neves (soareseneves)
dependabot-preview[bot]
Connor (ConrTG)
Billy Chang (foodpoison)
bb-art
11
Activity
Badge
Generate
Download
Source code
APK file

Advertisement

This is a Kotlin port of FormMaster

Examples

Full Screen Partial Screen Login

Documentation

https://thejuki.github.io/KFormMaster

Java Compatibility

  • This library was ported from Java and is still compatible with Java code
  • See Java Example

Installation

NOTE: This library was moved from Bintray/JCenter to Maven Central. The group id is now "com.github.thejuki".

Add this in your app's build.gradle file:

ext {
  kFormMasterVersion = [Latest]
}

implementation "com.github.thejuki:k-form-master:$kFormMasterVersion"

Add this to your root build.gradle file:

allprojects {
    repositories {
        mavenCentral()
        google()
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

BrowserStack

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.

License

This library is available as open source under the terms of the Apache License, Version 2.0.