ai-agent

Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
9,607 stars2,039 forksJavaUpdated 6/1/2021100% free · open source
What it does

Allows Android app developers to easily observe and respond to scroll events on scrollable views such as ListView, GridView, and RecyclerView

When to use it
  • When you need to implement a scrolling-related feature, such as a sticky header or a load-more button
  • When you want to track user scrolling behavior for analytics or A/B testing purposes
  • When you need to synchronize scrolling between multiple views or fragments
Ready-to-paste prompt
ObservableScrollView sv = (ObservableScrollView) findViewById(R.id.scroll); sv.setScrollViewCallbacks(new ObservableScrollView.ScrollViewCallbacks() { @Override public void onScrollChanged(int scrollY, boolean firstScroll, boolean dragging) { Log.d("Scroll", "Scroll position: " + scrollY); } });
Heads up: Make sure to use a compatible version of the Android SDK, as the library uses APIs introduced in API level 9 (Android 2.3)
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🛠️ Technical setup

Expect 20–40 minutes in a terminal — or let your AI agent drive it.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/android-observablescrollview && curl -fsSL https://workflowstacks.com/api/skills/android-observablescrollview/claude-skill -o ~/.claude/skills/android-observablescrollview/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Android-ObservableScrollView works
Codeflow
Free to inspect

Android-ObservableScrollView is a medium Java project (~14k lines across 114 code files, plus 42 test files). Expect some technical setup — comfortable with a terminal, or ask a developer. Last commit 64 months ago, Apache-2.0 license, has a test suite.

Size
Medium codebase
~14k lines · 114 code files · ~2 h to skim
Setup
Some technical setup
Comfortable with a terminal? 20–40 min. Otherwise ask a dev.
Runs on
Java/JVM
No API keys detected
Java 91%CSS 3%HTML 3%JavaScript 2%CoffeeScript 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    samples/.gitignore
    A worked example — copy this to get going
What's in each folder
samples/Examples you can copy203 files
docs/Documentation48 files
library/Folder88 files
website/Project website55 files
gradle/Folder4 files
READMEHas testsDocumentedCI checksExamples includedApache-2.0 licenseLast update 64 mo ago
Quick Actions
Details
Creator
ksoichiro
Language
Java
Category
ai-agent
Published
11/8/2014

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.