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

Android Basics: Introduction to Coroutines in Android Studio - Carlifying parts 3,4, 6 and 7 #34

Open
scharffc opened this issue Apr 7, 2024 · 0 comments

Comments

@scharffc
Copy link

scharffc commented Apr 7, 2024

It should be mentioned in Parts 3,4 and 6 that the following import should be added to the classes RaceParticipant.kt, RaceTrackerApp.kt and RaceParticipantTest.kt.

import kotlinx.coroutines.*

delay, launch etc. appear with error otherwise.

In Part 7 focusing on testing, the build.grale.kts that needs to be updated is the one of the module. This could be clarified.

It should also be clarified which imports to do:

import org.junit.Test
import org.junit.Assert.assertEquals

In part 7 focusing on testing, it is written: 6. Run the test to confirm that it passes. It would be good to write how to run the tests and have a screenshot for users new to JUnit.

image

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

No branches or pull requests

1 participant