Git Product home page Git Product logo

Comments (4)

Zhuinden avatar Zhuinden commented on August 10, 2024

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).

from flow.

pforhan avatar pforhan commented on August 10, 2024

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.

from flow.

rzmudzin avatar rzmudzin commented on August 10, 2024

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"

from flow.

Zhuinden avatar Zhuinden commented on August 10, 2024

@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.

from flow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.