Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 816 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 816 Bytes

Android-Auto-Validation

===================================================

|| AUTO VALIDATION ||

===================================================

/** Auto Validation Class developed by Keval Choudhary www.github.com/creativo123/ www.creativek.me mail@ kevalchoudhary123@gmail.com **/

Steps for using Validation Class.

  1. Define input type for each and every EditText.
  2. Wrap all your input elements into a Linearlayout and assign a proper id.
  3. Fetch the LinearLayout from your java class.
  4. Pass your LinearLayout object to Validation.validate().

Variations: Validation.validate(LinearLayout wrapper) Validation.validate(LinearLayout wrapper,boolean prompt) // Default True