Place cursor handler at the end of selection programmatically in Android EditText -
i trying select particular word programmatically in android edittext. used setselection(start,end)
did select word failed retain left , right cursor handler. after selecting word can't able extend selection since there no cursor handler available.
my requirement should able extend selection after selecting word using setselection()
. (like default double-click behaviour on edittext, selects word , retains cursor handlers).
is there method available place cursor handlers @ end of selection after selecting particular word using setselection()
?
thanks in advance.
Comments
Post a Comment