Ross ROSS = Recommend OSS · open-source software intelligence for agents

Zhuinden/simple-stack

[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers). observed · 2026-08-28

github.com/Zhuinden/simple-stack · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

57/100

  • Activity 59
  • Release rhythm 31
  • 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: 3520
  • days_rel: 251
  • days_push: 251
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1378 stars · 77 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Simple Stack is an Android backstack library and navigation framework that represents navigation state as a list of immutable, parcelable keys. It handles navigation history persistence across configuration changes and process death, with scoped state sharing between screens using fragments, views, or composables.

Use cases

  • navigate between screens with backstack.goTo() instead of FragmentTransactions
  • preserve navigation history across process death and configuration changes
  • share scoped data between screens in a single-activity Android app
  • implement single-activity navigation with fragments or custom views
  • support predictive back gesture with centralized back handling
  • replace Jetpack Navigation with a simpler key-based backstack

When to choose

  • building Android apps with single-activity architecture
  • you want predictable, centralized navigation with immutable state keys
  • you need automatic navigation state persistence across process death
  • you use fragments, custom views, or Compose and want a navigation-agnostic backstack

When to avoid

  • building multi-activity apps with platform navigation
  • you prefer Jetpack Navigation's XML/Compose route-based API
  • targeting non-Android JVM platforms

Facets

library · maturity active

state-management routing middleware mobile-development android-tools developer-tools jvm backstack navigation single-activity fragments state-persistence kotlin java android mobile

1 source

Member repositories

RepositoryRoleHealth v2
Zhuinden/simple-stackmain57

For agents

markdown · JSON · MCP: product_card(name="Zhuinden/simple-stack")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem