The problem is with notifyDataSetChanged () when I update the recyclerview the EditText loses focus I wanted it not to lose focus, I already tried with requestfocos it does not.
The problem is with notifyDataSetChanged () when I update the recyclerview the EditText loses focus I wanted it not to lose focus, I already tried with requestfocos it does not.
You can save an edit id that is focused, and then if it is rendered again, you will see the focus. But for this problem you can solve it in several ways. Follow a link to one of them