Android Studio Hedgehog Essentials – Kotlin Edition was published on December 5, 2023.
The current revision is 1.0. The revision of your book can be found on the copyright page at the start of the book.
The code fragment at the start of this section should include an import statement for androidx.lifecycle.lifecycleScope as follows:
package com.ebookfrenzy.flowdemo
import androidx.lifecycle.lifecycleScope
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.view.View
.
.
Code language: Kotlin (kotlin)
This section refers to the Tools -> AVD Manager menu option. This should read Tools -> Device Manager.
If you have encountered an issue with the book not listed above, please contact us, and we will work to resolve the issue for you as quickly as possible.