An open API service indexing awesome lists of open source software.

https://github.com/Gnod/ParallaxListView

A Android ListView Demo with a parallax effect header like Path.
https://github.com/Gnod/ParallaxListView

Last synced: about 1 month ago
JSON representation

A Android ListView Demo with a parallax effect header like Path.

Awesome Lists containing this project

README

        

ParallaxListView
================

A ListView demo with a [parallax effect](http://en.wikipedia.org/wiki/Parallax) header like [Path](https://path.com/).

The key of the effect is :
android:scaleType="centerCrop"

request:
android:minSdkVersion="9"