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
In which task and step of the codelab can this issue be found?
6. Create a database instance
Describe the problem
expected: "The database initializes itself with data from the assets/database/bus_schedule.db file in the starter code"
actual: the function of Builder.createFromAsset hasn't been introduced anywhere; no reason for a noobie to figure it out wihtout cheating...
Steps to reproduce?
Create the app **without using createFromAsset **
Run the app
no schedule is displayed
The text was updated successfully, but these errors were encountered:
URL of codelab:
https://developer.android.com/codelabs/basic-android-kotlin-compose-practice-bus-schedule-app?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-practice-bus-schedule-app#5
In which task and step of the codelab can this issue be found?
6. Create a database instance
Describe the problem
expected: "The database initializes itself with data from the assets/database/bus_schedule.db file in the starter code"
actual: the function of Builder.createFromAsset hasn't been introduced anywhere; no reason for a noobie to figure it out wihtout cheating...
Steps to reproduce?
The text was updated successfully, but these errors were encountered: