Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbkgh/formhelper
DroidFormHelper is a simple library for Validating Various Form Inputs,eg check for null(set error if null),check character length etc. automatically
https://github.com/rbkgh/formhelper
Last synced: 1 day ago
JSON representation
DroidFormHelper is a simple library for Validating Various Form Inputs,eg check for null(set error if null),check character length etc. automatically
- Host: GitHub
- URL: https://github.com/rbkgh/formhelper
- Owner: RbkGh
- Created: 2016-02-12T14:16:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T03:58:29.000Z (over 8 years ago)
- Last Synced: 2023-02-28T03:06:36.589Z (over 1 year ago)
- Language: Java
- Homepage: https://github.com/RbkGh/FormHelper
- Size: 4.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
DroidFormHelper
===============#DroidFormHelper is a simple library for Validating Various Form Inputs,eg check for null(set error if null),check character length etc. automatically
#Demonstration https://github.com/RbkGh/FormHelper.git
![](https://github.com/RbkGh/FormHelper/raw/master/descriptionalImages/droidformHelperGIF.gif)##Usage
add this to your build.gradle.#===For Gradle Users===
```groovy
repositories{
maven {
url "http://dl.bintray.com/rbkgh/maven"
}
}
```
and
```groovy
compile 'com.swiftpot:com.swiftpot.formhelper:1.0.0'
```
#===For Gradle Users===#====For Maven users===
```xml
http://dl.bintray.com/rbkgh/maven
```
And```xml
com.swiftpot
com.swiftpot.formhelper
1.0.0
pom```
#====For Maven users===##===For Ivy Users===
```xml
```
##===For Ivy Users===##DETAILED EXAMPLE TUTORIAL-HOW TO USE THE LIBRARY IN YOUR APP.
Kindly click on this Link Below:
- [DroidFormHelperExampleApp](https://github.com/RbkGh/DroidFormHelperExampleApp)#--Future To-Do--
#1.Check Email conformance,
#2.Check PhoneNumber compliance,
#3.Check for specific number of characters and more.Developed By
------------* Rodney Boachie -
License
--------Copyright 2016 Rodney Boachie.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.