I use in my Shared Element Transition application with ViewPager.
When I exit the ViewPager, I must map the position of the ViewPager list to the position of the RecyclerView.
Actually I need to find this item in RecyclerView.
But the problem is that if this element is not visible, then I cannot find this hidden element in the list. Null returns to me.
How to find a list item view if it is not loaded yet in RecyclerView?