Learzhu / ParallaxHeaderViewPager

Scrollable fragments within a viewpager that allows for parallax image and sticky bar effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android ViewPager With Vertical Scroll

Description

A code demo to show one single parallax top image with a sticky toolbar, with a viewpager hosting fragments with scrollview and listview. The top image and sticky toolbar will be preserved when the user scrolls horizontally through the viewpager.

The code is based loosely from the snippets in http://nerds.airbnb.com/host-experience-android/ The differences are due to the inability to get the snippets to work as expected.

Caveat

  1. If one of the scrollable fragments does not contain enough elements for a full page scroll, the sticky toolbar will be translated back to the appropriate height, along with the top image.

Video Demo

Link: https://www.youtube.com/embed/Mam4TFEiWWI

About

Scrollable fragments within a viewpager that allows for parallax image and sticky bar effects

License:MIT License


Languages

Language:Java 100.0%