DaggerViewModelExperiment VS AssistedInject

Compare DaggerViewModelExperiment vs AssistedInject and see what are their differences.

DaggerViewModelExperiment

[DEPRECATED, EXPERIMENT] This is a PoC example for app->activity->fragment subscoping with Subcomponents + ViewModel by SavedStateHandle (using AutoFactory). You shouldn't use this setup, because it breaks scoping. Refer to https://github.com/Zhuinden/jetpack-navigation-ftue-sample for a proper setup. (by Zhuinden)

AssistedInject

Constructor-inject views during XML layout inflation [Moved to: https://github.com/cashapp/InflationInject] (by square)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
DaggerViewModelExperiment AssistedInject
1 1
19 802
- -
0.0 2.2
almost 4 years ago about 3 years ago
Kotlin Kotlin
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

DaggerViewModelExperiment

Posts with mentions or reviews of DaggerViewModelExperiment. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-09.
  • AssistedInject or AutoFactory ?
    3 projects | /r/androiddev | 9 Jan 2021
    https://github.com/Zhuinden/DaggerViewModelExperiment I remember messing around with it here and I remember having problems, but I don't remember what.

AssistedInject

Posts with mentions or reviews of AssistedInject. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-09.

What are some alternatives?

When comparing DaggerViewModelExperiment and AssistedInject you can also consider the following projects:

Dagger2 - A fast dependency injector for Android and Java.