-
Notifications
You must be signed in to change notification settings - Fork 145
Description
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-sql#2
In which task and step of the codelab can this issue be found?
Starting in section 3 "Download the starter data set", then bullet point 3 under subsection "Use the Database Inspector" there are screenshots and text that refer to an email dataset which no longer exists in the starter data set that need to be updated to the park dataset. Sections after this one also refer to the old dataset and need text and image updates.
Describe the problem
The screenshots and text refer to an email table with 7 columns (id, subject, sender, folder, starred, read, recieved), but it seems this has been updated in the project to now be a table called park with 7 columns (id, name, city, area_acres, park_visitors, established, type). The images 5ace24ac5cc15abc_856.png and 277ecff401ca5f1a_856.png need to be updated which have references to the old email table and the acompanying text describing the email table will need to be updated to the park table.
Steps to reproduce?
- Go to https://developer.android.com/codelabs/basic-android-kotlin-compose-sql#2
- Scroll down to bullet point 3 ("Click the Open New Query Tab button to open a pane to run a query against the database.")
- See error where images and description of table refers to "email" in codelab, but dataset contains park table.
Versions
Android Studio version:
API version of the emulator:
Additional information
Include screenshots if they would be useful in clarifying the problem.