I have a layout with 10 small EditText', each taking one digit. These fields need a custom focushandler, but how do I apply it to them all without writing the same class more than once?
Is there something like css select by class? Or some other way to do it?
If it matters, this is the focushandler I want to try: Moving focus from one EditText to another
As you can see, this uses findById, which I assume cannot do what I want.