google-developer-training / android-basics-kotlin-sql-basics-app

Fundamentals of relational databases and practice running SQL queries with Database Inspector in Android Studio.
Apache License 2.0
62 stars 127 forks source link

Use SQL to read and write to a database #62

Closed angie-mx closed 9 months ago

angie-mx commented 1 year ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-sql?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-sql#2

In which task and step of the codelab can this issue be found? After dowloading the project from github

Describe the problem Tables are for parks instead of an email content

Steps to reproduce?

  1. Go to... https://github.com/google-developer-training/android-basics-kotlin-sql-basics-app/tree/compose
  2. Click on... Clone locally the project, open AS, build and run the app, open data base inspector in AS
  3. See error... database is for park instead of email as the training mentioned

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.

Screenshot 2023-10-17 at 11 17 54 AM

Screenshot 2023-10-17 at 11 18 30 AM