1072258106 / KFormMaster

Generic form builder in Kotlin

Home Page:https://thejuki.github.io/KFormMaster/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status codecov codebeat badge API Android Arsenal Download

This is a Kotlin port of FormMaster

Examples

Full Screen Partial Screen Login
Example Example Example

Documentation

https://thejuki.github.io/KFormMaster

vivchar/RendererRecyclerViewAdapter 2.7.0

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

Java Compatibility

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

Installation

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

ext {
  kFormMasterVersion = [Latest]
}

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

Version 6 Changes

BrowserStack

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.

About

Generic form builder in Kotlin

https://thejuki.github.io/KFormMaster/

License:Apache License 2.0


Languages

Language:Kotlin 96.2%Language:Java 3.8%