Popularity
9.7
Stable
Activity
0.0
Stable
9,648
409
2,045

Code Quality Rank: L4
Programming language: Java
License: Apache License 2.0
Latest version: v1.6.0

Android-ObservableScrollView alternatives and similar packages

Based on the "ListView/ScrollView Widget" category.
Alternatively, view Android-ObservableScrollView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Android-ObservableScrollView or a related project?

Add another 'ListView/ScrollView Widget' Package

README

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

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](docs/example/wercker.md).

wercker status

Install manually

Just clone and execute installDevDebug task with Gradle.
[See here for details](docs/example/android-studio.md).

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](docs/quick-start/index.md), and [the documentation](docs/overview.md) for further more.

Reference

  • [Supported widgets](docs/reference/supported-widgets.md)
  • [Environment](docs/reference/environment.md)
  • [Release notes](docs/reference/release-notes.md)
  • [FAQ](docs/faq.md)

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](docs/faq.md) 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.


*Note that all licence references and agreements mentioned in the Android-ObservableScrollView README section above are relevant to that project's source code only.