This library is an implementation of flavienlaurent's "Single input form", very inspired by the Minimal Form Interface.
Implement any form with only one EditText. The idea here is to pack a multiple input form in one field. As a result, the user input is easier and a more fluent process.
Also, TextSwitcher got completely rediscovered to animate the form: title, error message. It's very basic but simple to use.
Here is a video demonstrating a sample form: http://youtu.be/A99g6NDvn_w
Android open source library can be found at GitHub: https://github.com/HeinrichReimer/material-singleinputform
Implement any form with only one EditText. The idea here is to pack a multiple input form in one field. As a result, the user input is easier and a more fluent process.
Also, TextSwitcher got completely rediscovered to animate the form: title, error message. It's very basic but simple to use.
Here is a video demonstrating a sample form: http://youtu.be/A99g6NDvn_w
Android open source library can be found at GitHub: https://github.com/HeinrichReimer/material-singleinputform
Show More