I'm new to Android development and I can't seem to find a good guide on how to use an onKeyUp listener.
In my app, I have a big EditText, when someone presses and releases a key in that EditText I want to call a function that will perform regular expressions in that EditText.
I don't know how I'd use the onKeyUp. Could someone please show me how?
Please & thanks, Alex.