I can see keys on the device fire for a particular View with onKey, but this doesn’t fire when keys on the software keyboard are pressed.
I am trying to build a dynamic UI that recalculates a value as the input changes, while it’s changing.
Is there a way to capture either that the value of the EditText has changed?
Yeah, you just need to add a TextChangedListener:
You can find more info here:
https://developer.android.com/reference/android/text/TextWatcher.html