Android-ObservableScrollView
Allows Android app developers to easily observe and respond to scroll events on scrollable views such as ListView, GridView, and RecyclerView
- •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
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); } });Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/android-observablescrollview && curl -fsSL https://workflowstacks.com/api/skills/android-observablescrollview/claude-skill -o ~/.claude/skills/android-observablescrollview/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
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.
- 1README.mdStart here — what it does and how to install it
- 2samples/.gitignoreA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/android-observablescrollview && curl -fsSL https://workflowstacks.com/api/skills/android-observablescrollview/claude-skill -o ~/.claude/skills/android-observablescrollview/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.