# emilsjolander/StickyScrollViewItems

A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place

Repository: https://github.com/emilsjolander/StickyScrollViewItems
Canonical: https://ross.abutalabs.com/products/stickyscrollviewitems
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2022-04-22T05:55:05+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": 5211, "days_push": 1594, "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 1028, forks 254 (observed 2026-08-28T04:03:17.299681+00:00)

## What it is
A small Android library providing a ScrollView subclass that lets you tag child views as 'sticky' so they pin to the top of the scroll container until replaced by the next sticky view. It is configured entirely via XML tag attributes.

## Use cases
- make section headers stick while scrolling in android
- pin a view to top of scrollview
- android scrollview with sticky headers
- sticky list section dividers in a scroll view
- keep a toolbar visible while scrolling content

## When to choose
- you use a plain ScrollView and want simple sticky headers via XML tags
- you want a lightweight drop-in replacement for ScrollView
- you need sticky views with transparency or dynamic states handled

## When to avoid
- you need sticky headers in RecyclerView or ListView (use dedicated adapters instead)
- you are starting a new project and prefer modern AndroidX components
- you need complex multi-section sticky behavior beyond simple top-pinning

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, android-tools
- platform: jvm
- tags: scrollview, sticky-headers, android-ui, java, android

## Member repositories
- emilsjolander/StickyScrollViewItems (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:17.299681+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:07:45.062620+00:00, confidence not recorded.
  - readme: https://github.com/emilsjolander/StickyScrollViewItems (fetched 2026-08-28T04:03:17.299681+00:00, sha b8a2c35be9db)
- Data as of 2026-08-30T08:39:29.467469+00:00.
