More explanations about AppScope #1374
-
Hi, I just started trying out the Circuit framework and when I was preparing to use DI to provide a Presenter and UiState, I noticed that there is an My guess is that it is merely for providing some sort of lifecycle or something similar? It would be great if you could explain more about AppScope to me. BTW, Is the circuit documentation is open to external contributions? since there seems to be no button to edit the docs, I would submit a PR to add it if you are willing Lastly, I am curious about the Circuit framework and am trying to experience it as a new state/event management framework, and I hope everything goes well with Circuit's development progress! 👍 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's a reference to a dependency injection scope (i.e. what scope is this dependency available in, or in this case this presenter/ui). Our samples mostly use Dagger/Anvil/Hilt as they're some of the industry standards for Kotlin/Android. Documentation PRs are welcome, they are hosted in the |
Beta Was this translation helpful? Give feedback.
It's a reference to a dependency injection scope (i.e. what scope is this dependency available in, or in this case this presenter/ui). Our samples mostly use Dagger/Anvil/Hilt as they're some of the industry standards for Kotlin/Android.
Documentation PRs are welcome, they are hosted in the
docs/
dir of the repo. Just as long as the contributions are focused and relevant!