Giter Site home page Giter Site logo

Comments (4)

JakeWharton avatar JakeWharton commented on September 25, 2024

from inflationinject.

alex-townsend avatar alex-townsend commented on September 25, 2024

My use-case was for attempting to convert/refactor a project to use a Dagger-backed FragmentFactory for constructor injection of Fragments instead of Dagger's AndroidInject field-level injection, where previously some values/state was passed through the args Bundle (note: the project was not yet using Dagger).

Using a pattern like the @InflationInject with the args Bundle would allow passing in an arbitrary number of "assisted" elements through the Bundle supplied to the FragmentFactory when you first create the Fragment -- values could be pulled out in the init block and used however necessary in Fragment setup. I might just have missed something but I was struggling to do this in a generic/re-usable way for all Fragments using just @AssistedInject.

Might be more of a niche use case though, as you said there is no required assisted parameter in this use-case. Might be better to pull out into a separate library then?

from inflationinject.

JakeWharton avatar JakeWharton commented on September 25, 2024

from inflationinject.

alex-townsend avatar alex-townsend commented on September 25, 2024

Seems like that would work.

In the meantime, (fragment) constructor injecting an @AssistedInject factory instead of the type (i.e. Presenter.Factory instead of Presenter) and delaying calling factory.create(...) until the args Bundle has been set and I can pull whatever I need should work until Dagger better supports FragmentFactory

Looks like there is already an issue for FragmentFactory on the Dagger github as well, so I'll just close this out.

Thanks for the comments!

from inflationinject.

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.