I noticed that when I use keypad navigation in my apps to focus on items in a RecyclerView, the focus gets transferred outside the RecyclerView after changing the screen orientation.
By comparison, ListView always restores the focused item properly.
Is it the intended behavior and if not, how can I fix it?