Hi,on Android, i need an EditText with a fixed Suffix (A String i want to add to the text).Now i'm using a TextWatcher to catch the onTextChanged Event, but if i change the Text again adding my suffix, it goes on StackOverflow caused by an infinite recursion.
Sorry if is not sounds clear, but i'm a java novice and i have a bad english.