JingYeoh/FragmentRigger
:boom:A powerful library powered by AOP to manage Fragments.(一个基于AOP设计的Fragment管理框架) observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 65
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3212
- days_rel: n/a
- days_push: 213
- n_releases_24m: 0
Adoption not part of the score
2245 stars · 262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
mobile-framework middleware mobile-development android-tools developer-tools jvm fragments aop aspectj android-library swipeback lifecycle-management android
1 source
- readme: https://github.com/JingYeoh/FragmentRigger · fetched 2026-08-28 · f9dcaf47bf06
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JingYeoh/FragmentRigger | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="JingYeoh/FragmentRigger")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem