blitz
blitz copied to clipboard
Android real time form validator in a nice Kotlin DSL
Results
3
blitz issues
Sort by
recently updated
recently updated
newest added
Hi guys! After updating some open source apps and taking out jcenter, I could not use blitz validations anymore. Is it possible to publish it to mavenCentral?
btn_login.enableWhen { edt_phone.isFilled() edt_password.isFilled() } this is my code. It is working fine in oreo and pie versions. but when i tried the same on a samsung device with nougat...