项目作者: StarkSoftware

项目描述 :
SSForms is Android library to create dynamic Recyclerview forms
高级语言: Java
项目地址: git://github.com/StarkSoftware/SSForms.git
创建时间: 2018-02-21T10:04:56Z
项目社区:https://github.com/StarkSoftware/SSForms

开源协议:GNU General Public License v3.0

下载


SSForms

Donate Android Arsenal

forthebadge

SSForms is Android library to create dynamic Recyclerview forms.
The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time.

Installation

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

  1. repositories {
  2. mavenCentral()
  3. maven {
  4. url "https://starksoftware.github.io/SSForms"
  5. }
  6. }
  1. dependencies {
  2. // ...
  3. compile 'it.starksoftware:ssForm:1.1.0'
  4. // ...
  5. }

Screenshot

Main Form Main Form DateTime Picker
Place Dialog TokenBox Token Items
Gallery Picker Signature Pad Search Listview

Features

FormElementBasic - Simple text input form

FormElementAttach - Add attach from Android filesystem

FormElementButton - Add button to your form

FormElementDateTime - Date and Time picker in same dialog

FormElementTime - Add a time field

FormElementDate - Date field

FormElementImageMultipleView - Multiple images picker

FormElementImageView - Single image picker

FormElementMemo - Multiline text

FormElementRating - Add rating star

FormElementSearchableSpinner - A dialog listview with search feature

FormElementSegment - A segment like iOS

FormElementSignature - Signature field

FormElementSpinner - Spinner combobox

FormElementSwitch - Switch

FormElementCheckBox - Checkbox field

FormElementPlaceDialog - Dialog for get location (Google Place API required)

FormElementToken - Token Box

FormElementDateSwitcher - Date Switcher

FormElementInputLayout - InputLayout

FormElementProfileView - ProfileView;

FormElementSmileRating - SmileRating;

License

The library is available as open source under the terms of the GNU General Public License v3.0