# 500px/greedo-layout-for-android

Full aspect ratio grid LayoutManager for Android's RecyclerView

Repository: https://github.com/500px/greedo-layout-for-android
Canonical: https://ross.abutalabs.com/products/greedo-layout-for-android
Language: Java
License: MIT
License Family: permissive
Topics: android-recyclerview, android, grid, greedo-layout, recyclerview, layout, aspect-ratio
Last push: 2022-06-21T21:20:31+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": 3862, "days_push": 1534, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1618, forks 155 (observed 2026-08-28T04:05:12.160516+00:00)

## What it is
A custom RecyclerView LayoutManager for Android that lays out a grid of photos while preserving each image's aspect ratio. It is a drop-in Java library from 500px distributed via a custom Maven repository.

## Use cases
- display a photo grid that respects image aspect ratios
- build an image gallery feed in an Android app
- replace GridLayoutManager with variable-height rows
- show a masonry-style photo wall in RecyclerView
- layout mixed-size images in a grid without cropping

## When to choose
- you need a justified photo grid like 500px or Flickr on Android
- you want a drop-in LayoutManager with minimal setup
- your images have varying aspect ratios and must not be cropped

## When to avoid
- you need a uniform fixed-size grid (use GridLayoutManager)
- your project is not Android/RecyclerView based
- you need actively developed features or Jetpack Compose support

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, mobile-framework
- domain: mobile-development, frontend, photography
- platform: -
- tags: recyclerview, layout-manager, aspect-ratio, grid-layout, image-gallery, android

## Member repositories
- 500px/greedo-layout-for-android (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:12.160516+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:49:37.196108+00:00, confidence not recorded.
  - readme: https://github.com/500px/greedo-layout-for-android (fetched 2026-08-28T04:05:12.160516+00:00, sha 83e901619cb7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
