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

Android Kotlin Fundamentals codelab: 05.4: Linked to deprecated source #32

Closed
ianchen-tw opened this issue Feb 11, 2020 · 1 comment
Closed
Assignees

Comments

@ianchen-tw
Copy link

Describe the problem
The document which Transformations.map() linked to has been deprecated.
use anrdoid.x instead of android.arch package

In which lesson and step of the codelab can this issue be found?
05.4 task 5, first link
Screenshot from 2020-02-11 13-44-24

How to reproduce?
Just click the url

Additional information

Change the URL from https://developer.android.com/reference/android/arch/lifecycle/Transformations.html#map%28android.arch.lifecycle.LiveData%3CX%3E,%20android.arch.core.util.Function%3CX,%20Y%3E%29
to
https://developer.android.com/reference/androidx/lifecycle/Transformations.html#map(androidx.lifecycle.LiveData%3CX%3E,%20androidx.arch.core.util.Function%3CX,%20Y%3E)

codelab: android-kotlin-fundamentals

@jwill
Copy link

jwill commented Jun 26, 2020

Fixed as of 12 FEB.

@jwill jwill closed this as completed Jun 26, 2020
k12e5989 pushed a commit to k12e5989/android-kotlin-fundamentals-apps that referenced this issue Dec 2, 2020
…-training/ViewModelScope

Use ViewmodelScope instead of creating coroutine scope
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants