# bytedance/scene

Android Single Activity Framework compatible with Fragment.

Repository: https://github.com/bytedance/scene
Canonical: https://ross.abutalabs.com/products/scene
Language: Java
License: Apache-2.0
License Family: permissive
Topics: navigation, fragments, activity, single-activity-pattern, android, android-architecture, android-library, single-activity-framework, single-activity
Last push: 2026-05-15T12:56:40+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 82, release rhythm 40, longevity 100
- inputs: {"age_days": 2520, "days_push": 110, "days_rel": 425, "gap_med": 1, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2494, forks 221 (observed 2026-08-28T04:06:56.629808+00:00)

## What it is
Scene is a lightweight Android library for navigation and UI composition based on views, designed to replace Activities and Fragments in a single-activity architecture. It offers navigation stack management, enhanced lifecycle handling, shared element animations, and full compatibility with the Jetpack Fragment framework.

## Use cases
- migrate an android app to a single activity architecture
- replace fragments with a faster navigation framework
- manage multiple navigation stacks in android
- implement shared element transitions between pages
- avoid fragment view destruction on navigation
- reduce activity startup overhead in android apps
- handle state saving and restoration for pages

## When to choose
- you are building or refactoring an Android app around the single-activity pattern
- you need Fragment-compatible navigation with better performance and lifecycle control
- you want lightweight navigation stacks with shared element animation support

## When to avoid
- you are not developing for Android
- your project is deeply committed to Jetpack Navigation Component or multi-activity design
- you need a cross-platform navigation solution

## Facets
- artifact type: library
- maturity: active
- function: routing, ui-components, state-management, animation
- domain: mobile-development, android-tools, web-development
- platform: -
- tags: single-activity, navigation-stack, fragment-alternative, jetpack-fragment-compatible, page-navigation, android-architecture, android, mobile

## Member repositories
- bytedance/scene (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:56.629808+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-30T02:27:17.073215+00:00, confidence not recorded.
  - readme: https://github.com/bytedance/scene (fetched 2026-08-28T04:06:56.629808+00:00, sha 161965881947)
- Data as of 2026-08-30T08:39:29.467469+00:00.
