oss-bandb/GraphView
Android GraphView is used to display data in graph structures. 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3115
- days_rel: n/a
- days_push: 1971
- n_releases_24m: 0
Adoption not part of the score
1042 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Android library for displaying data in graph structures (trees, directed graphs, layered graphs) using RecyclerView with custom layout managers. It implements algorithms like Buchheim-Walker, Fruchterman-Reingold, and Sugiyama for graph layout.
Use cases
- display a tree hierarchy in an android app
- draw a directed graph with arrows in android
- visualize org chart or family tree on mobile
- render layered hierarchical graph in recyclerview
- show node-edge graph structure in kotlin app
When to choose
- you need tree or graph visualization inside an Android RecyclerView
- you want classic graph layout algorithms (Buchheim-Walker, Sugiyama, force-directed) on Android
- your graphs are small and you can pair with a zoom library
When to avoid
- you need to render large graphs - the library only works with small graphs
- you need a stable, actively maintained API - it is experimental with breaking changes possible
- you need charting for non-graph data like line or bar charts
Facets
library · maturity experimental
ui-components data-visualization charts mobile-development android-tools data-visualization jvm graph-layout treeview recyclerview force-directed-graph kotlin-library android
1 source
- readme: https://github.com/oss-bandb/GraphView · fetched 2026-08-28 · 8243c6e48c5a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| oss-bandb/GraphView | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="oss-bandb/GraphView")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem