I want to change my ListView I currently have over to use RecyclerView
so I can make use of StaggeredGridLayoutManager
but RecyclerView does not have the ability to add a header like ListView.
Usually with a ListView I set an empty view in the header and put the image below the listview and translate the bottom image with the scrolling of the list to create the Parallax
effect.
So with out a header how can I create the same parallax effect with RecyclerView
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…