In my android application I have to show one linear layout and a RecyclerView below the linear layout, when the user reaches the bottom of the RecyclerView by scrolling I have to hide the LinearLayout with a parallax effect. I am not prefer to use any third party libraries and dependencies. I have to use android design library only. I think, using coordinate layout can do this.In my android application I have to show one li