# EverythingMe/overscroll-decor

Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.

Repository: https://github.com/EverythingMe/overscroll-decor
Canonical: https://ross.abutalabs.com/products/overscroll-decor
Language: Java
License: BSD-2-Clause
License Family: permissive
Topics: overscroll, android, ios, fling, recyclerview, viewpager, listview, gridview, scrollview
Last push: 2021-04-22T14:49:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3937, "days_push": 1959, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2904, forks 397 (observed 2026-08-28T04:07:29.022150+00:00)

## What it is
An Android library that adds an iOS-like over-scrolling (bounce) effect to native scrollable views such as RecyclerView, ListView, GridView, ScrollView, and ViewPager. It uses loose decorator classes so views remain untouched black-boxes, preserving optimizations like view recycling.

## Use cases
- add iOS-style bounce effect to Android RecyclerView
- apply overscroll effect to ListView or GridView
- make ViewPager over-scrollable
- add rubber-band scrolling to ScrollView
- support over-scroll on custom Android views

## When to choose
- you want iOS-like over-scroll behavior on standard Android scrollable views without modifying view implementations
- you need the effect across many view types with a one-line setup

## When to avoid
- you are building with Jetpack Compose rather than the classic View system
- you need actively maintained dependencies or new feature development

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, android-tools
- platform: jvm
- tags: overscroll, scrolling, decorator-pattern, recyclerview, ios-style, android

## Member repositories
- EverythingMe/overscroll-decor (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:29.022150+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:34:30.917508+00:00, confidence not recorded.
  - readme: https://github.com/EverythingMe/overscroll-decor (fetched 2026-08-28T04:07:29.022150+00:00, sha 58fe7b4f91a0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
