Posts by Lucas Sousa • 1 point
1 post
-
0
votes1
answer821
viewsA: How to make an Edit not lose focus?
Are you referring to a EditText? If yes, in the location of your code that makes your EditText lose focus, you can try to add: editText.requestFocus(); It should probably work (keep the focus of the…