googlecodelabs / android-persistence

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

step 3 item 5 showBooksInUi() should have one parameter #22

Open OrenBochman opened 6 years ago

OrenBochman commented 6 years ago

showBooksInUi(books, mBooksTextView); should be

showBooksInUi(books); as mBooksTextView is a class var and it is initialised before subscribeUiBooks() is called onCreate()

mlekena commented 5 years ago

Please update the tutorial as this change has been made but the Codelab has not. https://codelabs.developers.google.com/codelabs/android-persistence/#5