Basically, I want to get chars from EditTexts and append TextViews text. For example, when I’m writing hello, TextViews text changed in a process:
- h
- he
- hel
- hell
- hello
So how can I do that? I tried addTextChangedListener() but I have some errors. Maybe another method from you helps me.
Add a listener to your edittext to listen for changes: