# felipecsl/AsymmetricGridView

Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span

Repository: https://github.com/felipecsl/AsymmetricGridView
Canonical: https://ross.abutalabs.com/products/asymmetricgridview
Homepage: http://felipecsl.com/AsymmetricGridView
Language: Java
License: MIT
License Family: permissive
Last push: 2018-10-13T16:11:11+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4530, "days_push": 2881, "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 1831, forks 424 (observed 2026-08-28T04:05:41.884458+00:00)

## What it is
An Android custom ListView widget that mimics a GridView with variable-sized items, supporting row and column spans. It is a Java library distributed via Maven/Gradle for building asymmetric grid layouts in Android apps.

## Use cases
- display photos in a staggered grid on Android
- build a dashboard with tiles of different sizes
- show a Pinterest-style asymmetric item layout
- render grid items that span multiple rows or columns
- create a variable-sized card grid in an Android app

## When to choose
- you need a GridView on Android where items have varying row/column spans
- you want a drop-in Android view widget with adapter integration
- your project is Java-based and needs an asymmetric grid layout

## When to avoid
- you need a maintained library with recent updates and active support
- you are building with RecyclerView and prefer modern staggered layout managers
- you need fixed-size uniform grids, which plain GridView handles

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, mobile-framework
- domain: mobile-development, frontend, android-tools
- platform: -
- tags: gridview, listview, asymmetric-layout, java, android-ui, android, mobile

## Member repositories
- felipecsl/AsymmetricGridView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.884458+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-30T03:19:11.852564+00:00, confidence not recorded.
  - readme: https://github.com/felipecsl/AsymmetricGridView (fetched 2026-08-28T04:05:41.884458+00:00, sha 0537a441c16a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
