android-persistence icon indicating copy to clipboard operation
android-persistence copied to clipboard

step 3 item 5 showBooksInUi() should have one parameter

Open OrenBochman opened this issue 7 years ago • 1 comments

showBooksInUi(books, mBooksTextView); should be

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

OrenBochman avatar Sep 12 '18 06:09 OrenBochman

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

mlekena avatar Dec 27 '18 05:12 mlekena