Android Question EditText Change Event

Declan

Well-Known Member
Licensed User
Longtime User
Is there a "Change Event" function with the ExitText view?
I want to be able to capture whether a EditText has text:
If EditText.Text.Length > 0 Then
.............
Endif
I need to capture this as the user inputs text via the numeric keypad
 
Top