# nikhilpanju/RecyclerViewEnhanced

Android Library to provide swipe, click and other functionality to RecyclerView

Repository: https://github.com/nikhilpanju/RecyclerViewEnhanced
Canonical: https://ross.abutalabs.com/products/recyclerviewenhanced
Language: Java
License Family: other
Last push: 2019-01-29T21:47:27+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3770, "days_push": 2773, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1036, forks 182 (observed 2026-08-28T04:03:19.208763+00:00)

## What it is
An Android library that adds swipe-to-reveal options, row clicks, and independent view click handling to existing RecyclerViews without requiring custom adapters or views. It works via an OnItemTouchListener and supports per-row enable/disable, fade views, and independent clickable views.

## Use cases
- add swipe actions to recyclerview items
- handle row clicks in android recyclerview
- swipe to reveal edit and delete buttons in list items
- make individual views inside a list row clickable
- fade views as recyclerview rows are swiped

## When to choose
- you have an existing RecyclerView and want swipe/click behavior without changing your adapter
- you need per-row control over click and swipe enablement
- you want independent click handling for views inside list rows

## When to avoid
- you need a maintained library with recent updates or active support
- your project targets Android APIs below 14 or requires guaranteed compatibility
- you prefer Jetpack Compose or modern gesture APIs over touch listeners

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, mobile-framework
- domain: mobile-development, android-tools
- platform: jvm
- tags: recyclerview, swipe-gestures, touch-listener, android-ui, android, mobile

## Member repositories
- nikhilpanju/RecyclerViewEnhanced (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:19.208763+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:04:42.436570+00:00, confidence not recorded.
  - readme: https://github.com/nikhilpanju/RecyclerViewEnhanced (fetched 2026-08-28T04:03:19.208763+00:00, sha 1dcdd567f472)
- Data as of 2026-08-30T08:39:29.467469+00:00.
