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

ncapdevi/FragNav

An Android library for managing multiple stacks of fragments observed · 2026-08-28

github.com/ncapdevi/FragNav · Kotlin observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: 3812
  • days_rel: n/a
  • days_push: 1611
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1496 stars · 222 forks observed · 2026-08-28

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

FragNav is an Android library for managing multiple stacks of fragments, typically for bottom navigation or navigation drawer patterns. It handles pushing, popping, switching tabs, and clearing fragment stacks while preserving navigation state.

Use cases

  • manage multiple fragment stacks for bottom navigation in Android
  • switch between tabs while preserving each tab's fragment back stack
  • implement navigation drawer with per-item fragment stacks
  • clear or reset fragment stacks when switching tabs
  • maintain fragment navigation state across tab switches in Android apps

When to choose

  • you're building an Android app with bottom navigation or a navigation drawer where each tab needs its own fragment back stack
  • you want to follow Android's stack-based navigation principles without writing stack management yourself
  • you're using a bottom bar UI library like AHBottomNavigation and need the underlying stack logic

When to avoid

  • you're starting a new project and can use Jetpack Navigation, which is the modern recommended approach
  • you need to keep only one fragment instance or reorder fragments mid-stack, which the library explicitly does not support
  • you need a ready-made bottom bar UI, since this library provides no UI components

Facets

library · maturity maintenance

mobile-framework ui-components state-management mobile-development android-tools web-development jvm fragments navigation bottom-navigation tab-navigation fragment-stacks android-library android mobile

1 source

Member repositories

RepositoryRoleHealth v2
ncapdevi/FragNavmain23

For agents

markdown · JSON · MCP: product_card(name="ncapdevi/FragNav")

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