# yuqirong/CardSwipeLayout

Use RecyclerView to achieve card swipe layout , like Tantan . (模仿探探卡片滑动效果的布局)

Repository: https://github.com/yuqirong/CardSwipeLayout
Canonical: https://ross.abutalabs.com/products/cardswipelayout
Language: Java
License: MIT
License Family: permissive
Topics: android, recyclerview, layoutmanager, itemtouchhelper
Last push: 2020-01-19T07:38:51+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": 3471, "days_push": 2418, "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 1258, forks 185 (observed 2026-08-28T04:04:09.562360+00:00)

## What it is
An Android library that implements a Tinder/Tantan-style card swipe layout using RecyclerView with a custom CardLayoutManager and ItemTouchHelper callback. It provides swipe gesture handling with left/right direction callbacks and swipe-progress animations.

## Use cases
- build a tinder-like card swipe UI in android
- implement card stack layout with recyclerview
- add swipe left/right gestures to card items
- create a dating-app style card deck
- detect swipe direction and progress for animations
- handle when all cards are swiped away to load more

## When to choose
- you need a Tantan/Tinder-style card swipe effect on Android
- you already use RecyclerView and want a custom LayoutManager approach
- you want callbacks for swipe progress, direction, and deck exhaustion

## When to avoid
- you need swipe cards on iOS or non-Android platforms
- you want a maintained library with recent updates (last release 2020)
- you need complex multi-directional drag-and-drop beyond left/right swipe

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation, state-management
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: recyclerview, layoutmanager, itemtouchhelper, card-swipe, tinder-like, ui-library, android, mobile

## Member repositories
- yuqirong/CardSwipeLayout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:09.562360+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-30T05:07:09.435283+00:00, confidence not recorded.
  - readme: https://github.com/yuqirong/CardSwipeLayout (fetched 2026-08-28T04:04:09.562360+00:00, sha 995e64af1a63)
- Data as of 2026-08-30T08:39:29.467469+00:00.
