The Wayback Machine - https://web.archive.org/web/20190322175824/https://github.com/ksoichiro/Android-ObservableScrollView
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Android library to observe scroll events on scrollable views.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs Typo Fix Jan 27, 2016
gradle Move Gradle files to gradle dir as Gradle project does. Nov 28, 2015
library Update SDK/tool/dependency versions. Dec 6, 2015
samples Update SDK/tool/dependency versions. Dec 6, 2015
website (website) Replaced GitHub link to the octicon. May 13, 2015
.editorconfig
.gitignore
.travis-script.sh Limited connectedCheck task to 'library' project to make CI a little … May 6, 2015
.travis.yml Fix broken build. Dec 6, 2015
CONTRIBUTING.md Add comments. Dec 29, 2014
LICENSE.txt Initial commit. Nov 8, 2014
README.md
build.gradle
gradle.properties Update version to 1.7.0-SNAPSHOT. Oct 25, 2015
gradlew
gradlew.bat Initial commit. Nov 8, 2014
settings.gradle
wercker.yml

README.md

Android-ObservableScrollView

Build Status Coverage Status Maven Central API Android Arsenal

Android library to observe scroll events on scrollable views.
It's easy to interact with the Toolbar introduced in Android 5.0 Lollipop and may be helpful to implement look and feel of Material Design apps.

Examples

Download from Google Play

Get it on Google Play

Please note that the app on the Play store is not always the latest version.

Download from wercker

If you are a wercker user, you can download the latest build artifact.
See here for details.

wercker status

Install manually

Just clone and execute installDevDebug task with Gradle.
See here for details.

Usage

  1. Add com.github.ksoichiro:android-observablescrollview to your dependencies in build.gradle.
  2. Add ObservableListView or other views you'd like to use.
  3. Write some animation codes to the callbacks such as onScrollChanged, onUpOrCancelMotionEvent, etc.

See the quick start guide for details, and the documentation for further more.

Reference

Apps that use this library

Badge

If you're using this library in your app and you'd like to list it here,
please let me know via email or pull requests or issues.

Contributions

Any contributions are welcome!
Please check the FAQ and contributing guideline before submitting a new issue.

Developed By

Thanks

License

Copyright 2014 Soichiro Kashima

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You can’t perform that action at this time.