I'm trying a simple Android application which has a EditText
field.
The App worked just fine until I added a TextChangedListener to the EditText
. The app keeps stopping, and when I remove the Listener, it just works like nothing happened.
Any ideas about this problem?