ai-agent

Android Advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
5,314 stars848 forksJavaUpdated 8/21/2023100% free · open source
What it does

Adds ready‑to‑use drag‑and‑drop, swipe‑to‑dismiss and other advanced interactions to Android RecyclerView, like the Inbox or Play Music apps.

When to use it
  • You need list items that users can reorder by dragging.
  • You want swipe‑to‑delete or swipe‑actions without writing custom touch handling.
  • Your UI mimics Google’s Inbox/Play Music interaction patterns and you’re already using RecyclerView.
Ready-to-paste prompt
Gradle build to see the library in action:
```bash
./gradlew assembleDebug   # compiles the app with advrecyclerview integrated
```
Heads up: The library requires your adapter to have stable IDs; forgetting `setHasStableIds(true)` or returning duplicate IDs from `getItemId()` will cause a runtime IllegalStateException.
Saves to your device
Use with Claude
New

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

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/android-advancedrecyclerview && curl -fsSL https://workflowstacks.com/api/skills/android-advancedrecyclerview/claude-skill -o ~/.claude/skills/android-advancedrecyclerview/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.

Quick Actions
Details
Creator
h6ah4i
Language
Java
Category
ai-agent
Published
1/24/2015

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