Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compose viewmodel #1901

Open
wants to merge 6 commits into
base: 3.6.0
Choose a base branch
from

Conversation

kmbisset89
Copy link

Trying to make an experimental feature that our team has used for a couple of years. This is the first of the feature which introduces the ComposableViewModel. This takes our concept and wraps Koin's capability to create these view models, which are tied to the lifecycle of the composable, which is good for fine-grain control. The next step is to add the Paternal and Child Composable View Model which allows the VM to survive as long as the parent is around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants