googlecodelabs / android-persistence

https://codelabs.developers.google.com/codelabs/android-persistence
Apache License 2.0
214 stars 119 forks source link

UsersActivity (Step 1) code is different from what is on page #4

Closed FranciscoBarros closed 6 years ago

FranciscoBarros commented 7 years ago

At https://codelabs.developers.google.com/codelabs/android-persistence/#3 there is this paragraph "Next, open the step1 package and review the UsersActivity class, which fetches data from the database using the following code:" and in code box there is " List youngUsers = mDb.userModel().loadAllUsers();"

But in UsersActivity (Step 1) code there is already List youngUsers = mDb.userModel().findYoungerThan(35);

Step 1 page at Codelab should be the correct, initially.

JoseAlcerreca commented 6 years ago

Yeah, it says "review"