buszi0809
04/22/2025, 8:17 PMsetFragmentResultListener
pattern, but is designed to be modular, minimal, and easy to drop into both Compose and Fragment projects—no matter what navigation library you use.
A few things I focused on:
• Decoupling producers and consumers of navigation results
• Preserving results across configuration changes and process death
• Supporting mixed projects (Compose + Fragments)
• Keeping dependencies minimal
There’s a sample app in the repo showing both Compose and Fragment usage. Feedback, bug reports, and feature requests are all welcome! (via Github Issues)
Repo: https://github.com/buszi/BoomerangChrimaeon
04/22/2025, 8:21 PM