MCPcopy Index your code
hub / github.com/ksoichiro/Android-ObservableScrollView

github.com/ksoichiro/Android-ObservableScrollView @v1.6.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.6.0 ↗ · + Follow
1,150 symbols 2,972 edges 149 files 116 documented · 10% updated 5y ago★ 9,609174 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
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

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

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.

Extension points exported contracts — how you extend this code

ObservableScrollViewCallbacks (Interface)
Callbacks for Scrollable widgets. [115 implementers]
library/src/main/java/com/github/ksoichiro/android/observablescrollview/ObservableScrollViewCallbacks.java
TabColorizer (Interface)
Allows complete control over the colors drawn in the tab layout. Set with {@link #setCustomTabColorizer(com.google.sampl [2 …
samples/src/main/java/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout.java
Scrollable (Interface)
Provides common API for observable and scrollable widgets. [10 implementers]
library/src/main/java/com/github/ksoichiro/android/observablescrollview/Scrollable.java
TouchInterceptionListener (Interface)
Callbacks for TouchInterceptionFrameLayout. [11 implementers]
library/src/main/java/com/github/ksoichiro/android/observablescrollview/TouchInterceptionFrameLayout.java
TabColorizer (Interface)
Allows complete control over the colors drawn in the tab layout. Set with {@link #setCustomTabColorizer(com.google.sampl [2 …
library/src/androidTest/java/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout.java

Core symbols most depended-on inside this repo

getFloat
called by 48
library/src/main/java/com/github/ksoichiro/android/observablescrollview/ScrollUtils.java
getCurrentScrollY
called by 37
library/src/main/java/com/github/ksoichiro/android/observablescrollview/Scrollable.java
setAdapter
called by 27
library/src/main/java/com/github/ksoichiro/android/observablescrollview/ObservableGridView.java
setDummyData
called by 26
samples/src/main/java/com/github/ksoichiro/android/observablescrollview/samples/BaseFragment.java
getView
called by 26
samples/src/main/java/com/github/ksoichiro/android/observablescrollview/samples/HandleTouchGridViewActivity.java
addOnGlobalLayoutListener
called by 25
library/src/main/java/com/github/ksoichiro/android/observablescrollview/ScrollUtils.java
setScrollViewCallbacks
called by 17
library/src/main/java/com/github/ksoichiro/android/observablescrollview/Scrollable.java
scrollVerticallyTo
called by 16
library/src/main/java/com/github/ksoichiro/android/observablescrollview/Scrollable.java

Shape

Method 960
Class 182
Interface 5
Enum 3

Languages

Java100%

Modules by API surface

library/src/main/java/com/github/ksoichiro/android/observablescrollview/ObservableGridView.java60 symbols
samples/src/main/java/com/github/ksoichiro/android/observablescrollview/samples/SlidingUpBaseActivity.java27 symbols
library/src/main/java/com/github/ksoichiro/android/observablescrollview/ObservableRecyclerView.java23 symbols
library/src/androidTest/java/com/github/ksoichiro/android/observablescrollview/test/ViewPagerTab2Activity.java23 symbols
samples/src/main/java/com/github/ksoichiro/android/observablescrollview/samples/ViewPagerTabScrollViewActivity.java22 symbols
library/src/androidTest/java/com/github/ksoichiro/android/observablescrollview/test/ViewPagerTabActivity.java22 symbols
samples/src/main/java/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout.java21 symbols
samples/src/main/java/com/github/ksoichiro/android/observablescrollview/samples/ViewPagerTabFragmentParentFragment.java21 symbols
samples/src/main/java/com/github/ksoichiro/android/observablescrollview/samples/ViewPagerTabActivity.java21 symbols
samples/src/main/java/com/github/ksoichiro/android/observablescrollview/samples/ViewPagerTab2Activity.java21 symbols
library/src/main/java/com/github/ksoichiro/android/observablescrollview/ObservableListView.java21 symbols
library/src/androidTest/java/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout.java21 symbols

Dependencies from manifests, versioned

bower1.3.12 · 1×
del1.1.1 · 1×
gulp3.8.11 · 1×
gulp-git1.2.1 · 1×
gulp-util3.0.4 · 1×
harp0.17.0 · 1×
main-bower-files2.7.0 · 1×

For agents

$ claude mcp add Android-ObservableScrollView \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact