Coder Social home page Coder Social logo

Comments (2)

raamcosta avatar raamcosta commented on May 18, 2024

Hi @SzasznikaJanos ! 👋
Thanks for opening the issue 🙂

No, there is no way as of now. Besides, Compose Destinations would not able to call your "Screen" Composables. Because it would need to instantiate these classes to call them 🤔

I'm super curious, why do you need the base class? This is pretty much the same that happens with the library, we have an interface Destination which is the base class.
I guess my question is: what do you do with class BaseScreen? Do you put instances of it in a list or something like that?
What is "bundle" argument?

Also, I would advise against doing this type of thing because someday you may need some Screens to be extension functions of ColumnScope or AnimatedVisibilityScope or something like that. In your case that would not work.

In summary, you are fighting against the library instead of making use of its power 😄 💪

from compose-destinations.

raamcosta avatar raamcosta commented on May 18, 2024

Im closing this issue. If you still think there is something to fix or improve, do let me know and I can reopen it

from compose-destinations.

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.