Android Parallax RecyclerView

Grace Angelica
MeetU Engineering
Published in
1 min readMar 21, 2018

This time I want to make the calendar above my display schedule list can hide when I scrolling up. Here’s the example!

Parallax RecyclerView

The first thing to do is add the jitpack repository in buld.gradle file

then add the dependencies to build.gradle in app

Furthermore, create object list and pass it to the constructor of ParallaxRecyclerAdapter

Finally, set the parallax header on ScheduleActivity class

Voilaaa! I did it!

--

--