Android, appcompat v21, implement scrolling techniques

android, android-appcompat, scroll

Solution

I think this lib perfectly suits your need :

https://github.com/ksoichiro/Android-ObservableScrollView

It includes all the scrolling techniques described in the Google design specs and more. Moreover, it brings support for `ListViews`, `GridViews`, `ScrollViews`, `RecyclerViews` and `WebViews`.

Problem

In http://www.google.com/design/spec/patterns/scrolling-techniques.html described scrolling techniques. But I have not found details of how to implement it. I'm trying to implement "Flexible space with image" anyone have an example of this?

Original source