# JingYeoh/FragmentRigger

:boom:A powerful library powered by AOP to manage Fragments.（一个基于AOP设计的Fragment管理框架）

Repository: https://github.com/JingYeoh/FragmentRigger
Canonical: https://ross.abutalabs.com/products/fragmentrigger
Language: Java
License: MIT
License Family: permissive
Topics: android, android-library, fragments, fragment, activity-fragment, aop, aspectj, swipeback
Last push: 2026-02-01T13:08:44+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 65, release rhythm 35, longevity 100
- inputs: {"age_days": 3212, "days_push": 213, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2245, forks 262 (observed 2026-08-28T04:06:30.053025+00:00)

## What it is
FragmentRigger is an Android library that manages Fragments using AOP (AspectJ) pointcuts on Fragment/Activity lifecycle methods, requiring no class extension—just a one-line annotation. It supports common fragment scenarios like stack management, lazy loading, transitions, swipe-back, and startFragmentForResult.

## Use cases
- manage android fragments without extending base classes
- add lazy loading to fragments
- implement swipe edge to exit activity or fragment
- handle fragment stack navigation
- start fragment for result
- intercept back button presses in fragments

## When to choose
- you want minimal-intrusion fragment management on Android via annotations
- you need lazy loading, transitions, or swipe-back without rewriting base classes
- your project already uses AspectJ tooling

## When to avoid
- you avoid bytecode weaving or AOP plugins in your build
- you use Jetpack Navigation or modern fragment APIs
- the project appears to be in maintenance with limited recent activity

## Facets
- artifact type: library
- maturity: maintenance
- function: mobile-framework, middleware
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: fragments, aop, aspectj, android-library, swipeback, lifecycle-management, android

## Member repositories
- JingYeoh/FragmentRigger (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:30.053025+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:43:59.546293+00:00, confidence not recorded.
  - readme: https://github.com/JingYeoh/FragmentRigger (fetched 2026-08-28T04:06:30.053025+00:00, sha f9dcaf47bf06)
- Data as of 2026-08-30T08:39:29.467469+00:00.
