# GDG-Korea/PinterestLikeAdapterView

[Deprecated] An Android multi column list view like Pinterest.

Repository: https://github.com/GDG-Korea/PinterestLikeAdapterView
Canonical: https://ross.abutalabs.com/products/pinterestlikeadapterview
Language: Java
License Family: other
Archived: true
Last push: 2021-11-17T21:31:06+00:00

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

## Adoption (not part of the score)
Stars 1154, forks 741 (observed 2026-08-28T04:03:47.755894+00:00)

## What it is
A deprecated Android library implementing a Pinterest-style multi-column list view (PLA), built by modifying the Android 2.3 framework ListView source. It provides MultiColumnListView with configurable column counts and overridable layout methods for customization.

## Use cases
- display a pinterest-like waterfall grid of images on android
- show a multi column feed with variable-height items
- build a masonry-style list view in an android app
- customize list view child layout behavior on android
- implement a two-column scrolling card list

## When to choose
- you maintain a legacy Android app already using PLA and just need the existing behavior
- you need a lightweight multi-column list without external dependencies and accept no support

## When to avoid
- starting a new Android project - the library is deprecated and unmaintained
- you need XML layout entry, choice modes, filtering, or key event support
- you want modern alternatives like RecyclerView with StaggeredGridLayoutManager

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, mobile-framework
- domain: mobile-development, frontend
- platform: jvm
- tags: android-ui, multi-column-listview, pinterest-style-layout, deprecated, waterfall-layout, android

## Member repositories
- GDG-Korea/PinterestLikeAdapterView (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:47.755894+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-30T06:32:15.318977+00:00, confidence not recorded.
  - readme: https://github.com/GDG-Korea/PinterestLikeAdapterView (fetched 2026-08-28T04:03:47.755894+00:00, sha 92d50343e21f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
