Android-ObservableScrollView

Android library to observe scroll events on scrollable views.

License

License

GroupId

GroupId

com.github.ksoichiro
ArtifactId

ArtifactId

android-observablescrollview
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

aar
Description

Description

Android-ObservableScrollView
Android library to observe scroll events on scrollable views.
Project URL

Project URL

https://github.com/ksoichiro/Android-ObservableScrollView
Source Code Management

Source Code Management

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

Download android-observablescrollview

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/android-observablescrollview/ -->
<dependency>
    <groupId>com.github.ksoichiro</groupId>
    <artifactId>android-observablescrollview</artifactId>
    <version>1.6.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/android-observablescrollview/
implementation 'com.github.ksoichiro:android-observablescrollview:1.6.0'
// https://jarcasting.com/artifacts/com.github.ksoichiro/android-observablescrollview/
implementation ("com.github.ksoichiro:android-observablescrollview:1.6.0")
'com.github.ksoichiro:android-observablescrollview:aar:1.6.0'
<dependency org="com.github.ksoichiro" name="android-observablescrollview" rev="1.6.0">
  <artifact name="android-observablescrollview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='android-observablescrollview', version='1.6.0')
)
libraryDependencies += "com.github.ksoichiro" % "android-observablescrollview" % "1.6.0"
[com.github.ksoichiro/android-observablescrollview "1.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » recyclerview-v7 jar 22.2.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0