Created
June 14, 2020 08:48
Revisions
-
shahharshil0 created this gist
Jun 14, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ if(TextInputEditText.isNotNullOrEmpty("This field is required") and (TextInputEditText.isNotNullOrEmpty("This field is required")) { //this will be executed only if the TextInputEditText contains // some text else error will be displayed by the extension function itself }