# donkingliang/ConsecutiveScroller

ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。

Repository: https://github.com/donkingliang/ConsecutiveScroller
Canonical: https://ross.abutalabs.com/products/consecutivescroller
Language: Java
License: Apache-2.0
License Family: permissive
Topics: scrollview, recyclerview-webview-scrollview, nestedscrolling, android, android-ui, custom-view, sticky, sticky-headers, recyclerview-nestedscrollview, nestedscrollingparent, nestedscrollingchild
Last push: 2023-03-28T06:57:07+00:00

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

## Adoption (not part of the score)
Stars 2900, forks 373 (observed 2026-08-28T04:07:28.866284+00:00)

## What it is
An Android layout container that enables multiple scrollable views (RecyclerView, WebView, ScrollView) and regular views to scroll together continuously as one unit. It also supports multiple sticky-header modes with dynamic control over pinned view position and state.

## Use cases
- make recyclerview and webview scroll together seamlessly
- continuous scrolling across multiple nested scroll views on android
- implement sticky headers that pin while scrolling
- build a profile page with collapsing sticky tabs
- unify scrolling of mixed content like text, images and lists
- handle nested scrolling with viewpager inside a scroll container

## When to choose
- you need several different scrollable children to behave as one continuous scroll on Android
- you need sticky/pinned headers with multiple modes
- you deal with complex multi-level nested scrolling that standard layouts can't handle

## When to avoid
- you only need a single simple scrollable view
- your project is not Android/JVM based
- you need cross-platform Flutter or React Native scrolling solutions

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, animation
- domain: mobile-development, android-tools, frontend
- platform: -
- tags: nested-scrolling, sticky-headers, custom-view, scroll-container, java, android

## Member repositories
- donkingliang/ConsecutiveScroller (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:28.866284+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:35:10.636192+00:00, confidence not recorded.
  - readme: https://github.com/donkingliang/ConsecutiveScroller (fetched 2026-08-28T04:07:28.866284+00:00, sha db463683e0ac)
- Data as of 2026-08-30T08:39:29.467469+00:00.
