Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Android Kotlin Fundamentals codelab: #127

Closed
Rob192 opened this issue Apr 24, 2020 · 1 comment
Closed

Android Kotlin Fundamentals codelab: #127

Rob192 opened this issue Apr 24, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Rob192
Copy link

Rob192 commented Apr 24, 2020

Describe the problem
ViewModelProviders is deprecated

In which lesson and step of the codelab can this issue be found?
Lesson number + step number: 05.01, step 5

How to reproduce?
What are the exact steps to reproduce the problem? run the code as described

to fix it :

    viewModel = ViewModelProvider(this).get(GameViewModel::class.java)
@GeneAndGoogle GeneAndGoogle added the duplicate This issue or pull request already exists label May 14, 2020
@GeneAndGoogle
Copy link
Contributor

Duplicate of #29

@GeneAndGoogle GeneAndGoogle marked this as a duplicate of #29 May 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants