Posts by Raissa Regis • 21 points
2 posts
-
0
votes2
answers132
viewsA: Edittext is deleted when use setSelection() within onTextChanged method
I solved the problem by putting in Edittext via xml a tag: android:inputType="textVisiblePassword" found that the problem was in auto-complete.
-
2
votes2
answers132
viewsQ: Edittext is deleted when use setSelection() within onTextChanged method
I’m trying to put a phone mask on by the method onTextChanged, the text received in this method is coming in reverse, and when I try to put the method setSelection() for the cursor to position at…