500px/greedo-layout-for-android
Full aspect ratio grid LayoutManager for Android's RecyclerView observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3862
- days_rel: n/a
- days_push: 1534
- n_releases_24m: 0
Adoption not part of the score
1618 stars · 155 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
ui-components mobile-framework mobile-development frontend photography recyclerview layout-manager aspect-ratio grid-layout image-gallery android
1 source
- readme: https://github.com/500px/greedo-layout-for-android · fetched 2026-08-28 · 83e901619cb7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 500px/greedo-layout-for-android | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="500px/greedo-layout-for-android")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem