I\'m adding a listener to an EditText field to appropriately format the number to currency in real time.
loanText.addTextChangedListener(new TextWatc
Try to use afterTextChanged instead. I also had many problems with the other one.
afterTextChanged