# dkzwm/SmoothRefreshLayout

一款支持上下拉刷新、越界回弹、二级刷新、横向刷新、拉伸回弹、平滑滚动、嵌套滚动的多功能刷新控件

Repository: https://github.com/dkzwm/SmoothRefreshLayout
Canonical: https://ross.abutalabs.com/products/smoothrefreshlayout
Language: Java
License: MIT
License Family: permissive
Topics: refresh, loadmore, overscroll, refreshlayout, two-level, horizontal, scale, overscroll-decor, nested, smoothscroll, nestedscroll, nestedscrollingchild3, nestedscrollingparent3
Last push: 2021-09-09T11:02:10+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": 3381, "days_push": 1819, "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 1290, forks 217 (observed 2026-08-28T04:04:15.387976+00:00)

## What it is
SmoothRefreshLayout is an Android refresh layout library written in Java that supports pull-to-refresh, load-more, overscroll bounce, two-level refresh, horizontal refresh, and nested scrolling. It extends ViewGroup and works with virtually any child view, offering more features than the official SwipeRefreshLayout.

## Use cases
- add pull-to-refresh to any Android view
- implement load-more on RecyclerView or ListView
- create a two-level refresh like Taobao's second floor
- add horizontal swipe-to-refresh
- support nested scrolling with CoordinatorLayout
- add overscroll bounce effects to scrollable views
- build a stretchable settings-page style layout

## When to choose
- building Android apps needing pull-to-refresh or load-more
- you need two-level refresh like Taobao's second floor
- you need nested scrolling with CoordinatorLayout
- you want overscroll bounce or stretch effects on any view

## When to avoid
- you develop for iOS or non-Android platforms
- you prefer Kotlin-first or Jetpack Compose refresh libraries
- you need a maintained library with frequent updates (last release 2021)
- you only need a simple refresh indicator covered by SwipeRefreshLayout

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation, state-management
- domain: mobile-development, android-tools, frontend
- platform: cross-platform
- tags: pull-to-refresh, load-more, nested-scrolling, overscroll-bounce, two-level-refresh, horizontal-refresh, viewgroup, java, android, mobile

## Member repositories
- dkzwm/SmoothRefreshLayout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:15.387976+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-30T04:55:23.374910+00:00, confidence not recorded.
  - readme: https://github.com/dkzwm/SmoothRefreshLayout (fetched 2026-08-28T04:04:15.387976+00:00, sha 3823d90a3d3e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
