How to return focus on an EditText after a notifyDataSetChanged () in recyclerview?

1

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.

    
asked by anonymous 23.03.2018 / 22:04

1 answer

0

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

link

    
24.08.2018 / 21:50