People who have worked with `ViewPager` in combina...
# android
k
People who have worked with
ViewPager
in combination with `RecyclerView`: did you experience weirdness with the fragment lifecycle displaying your list of items?
stackoverflow 3
j
don't use lazy to store view reference in fragment. Fragment can recall onCreateView() and ondestroyview() many times
You use android extension already. Why need to use lazy to store reference?
u
ViewPager + RecyclerView + Fragments = Weirdness guaranteed
1
any combination of 2 of those 3 things will result in general weirdness
😮 1