Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project abandoned? #279

Open
rzmudzin opened this issue Mar 7, 2018 · 4 comments
Open

Is this project abandoned? #279

rzmudzin opened this issue Mar 7, 2018 · 4 comments

Comments

@rzmudzin
Copy link

rzmudzin commented Mar 7, 2018

Hasn't been a commit or really much activity in some time and it remains in Alpha.

@Zhuinden
Copy link

Zhuinden commented Mar 8, 2018

Probably because they went over to use reactive workflow + state machine bindings, which replace the key manager in this thing. Also if state machines manage the current state, then backstack logic moves there.

It's just a hunch. But you can check out https://github.com/Zhuinden/simple-stack which is created from Flow and therefore has a very similar API, and does the same thing (without the service reference counting thing).

@pforhan
Copy link
Collaborator

pforhan commented Mar 8, 2018

it's a pretty simple project, we've been using it for years as-is. Probably worth a "real" release though I can't speak to future maintenance.

@rzmudzin
Copy link
Author

rzmudzin commented Mar 9, 2018

Thanks for the info. The source does seem pretty straightforward and our needs are pretty simple. @Zhuinden I took a quick look at your simple stack, more robust but the source seems more complicated at first glance - I'll take a longer look. At this point I'm evaluating based "what if I need to extend this lib myself"

@Zhuinden
Copy link

Zhuinden commented Mar 9, 2018

@rzmudzin that's odd, I am probably biased but the core functionality is the Backstack + BackstackDelegate (and the StateChanger interface), most other things are default behaviors, helpers and fluff.

The BackstackManager does the actual state persistence, that's true, so that's where some internal magic happens. Namely, what InternalLifecycleIntegration does in Flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants