Create Password show and hide in sketchware



Password Show and Hide


Show password

edittext2.setTransformationMethod(android.text.method.HideReturnsTransformationMethod.getInstance());



Hide password

edittext2.setTransformationMethod(android.text.method.PasswordTransformationMethod.getInstance());




Video Help


Post a Comment

Previous Post Next Post