I use EditText to input some information, and I setText in EditText.
But I have a problem, when EditText display, the keyboard display too.
when I input text it will add text in first not after text that I set before!
this is my editText with keyboard
[here is keyboard input text]example <- this example is my setText
I need to set up input text after my text like this
example[here is keyboard input text]
Thanks for help ....