You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
In lesson number 3, step 9, the instruction tells to create a Text composable which uses a stringResource of affirmation.stringResourceId. However, the code below still uses the outdated LocalContext way to retrieve string resource, creating a misleading situation
developer.android.com/codelabs/basic-android-kotlin-compose-training-add-scrollable-list
Describe the problem
In lesson number 3, step 9, the instruction tells to create a Text composable which uses a
stringResource
ofaffirmation.stringResourceId
. However, the code below still uses the outdatedLocalContext
way to retrieve string resource, creating a misleading situationAdditional information
Image:
codelab: basic-android-compose-training-add-scrollable-list
The text was updated successfully, but these errors were encountered: