Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShabanKamell committed Jan 22, 2020
1 parent 5a15624 commit 3e0d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A declarative Form Validation for Android, simple, clean, and customizable.

Every time you create a form, you need to declare fields and write code for for validating each field in the form, and this results in many ```if else``` and a lot of boilerplate. For these reasons **FormValidator** is here, just declare your fields in XML and its validation and all things will be done for you!

<img src="https://github.com/ShabanKamell/FormValidator/blob/dev/blob/master/raw/diagragm.png" height="600">
<img src="https://github.com/ShabanKamell/FormValidator/blob/master/blob/master/raw/diagragm.png" height="600">

```kotlin

Expand Down

0 comments on commit 3e0d6e4

Please sign in to comment.