I have a group of edittext, the number of the edittext depend on how many steps user will type in.
What I want to implement is to show one edittext at initial, then when user type in the current edittext, it will add a new blank edittext below. How should I implement this listener?
I think about using textwatcher, it will listen on every character it changed, but I only need to listen to the first character.