Zhuinden / simple-stack

[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).
Apache License 2.0
1.36k stars 76 forks source link

RainbowCake integration sample #229

Closed Zhuinden closed 3 years ago

Zhuinden commented 4 years ago

While I'm not really fond of architectural libraries that give you base classes (especially for fragments -- I felt bad even giving KeyedFragment, but made DefaultFragmentKey.ARGS_KEY public static final for that reason), but overall it's a nice, trending library that could have an integration sample.

It's definitely better than Uniflow (which based on the source code gives you... nothing but tech debt?)

So overall I could add an integration sample, after all, Conductor also has one (even though I'm sure nobody ever uses Conductor with Simple-Stack, as Conductor's transactions are already fairly straightforward.)

Zhuinden commented 3 years ago

Not compatible with SavedStateHandle.