Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

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

Open
OrenBochman opened this issue Sep 12, 2018 · 1 comment
Open

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

OrenBochman opened this issue Sep 12, 2018 · 1 comment

Comments

@OrenBochman
Copy link

showBooksInUi(books, mBooksTextView);
should be

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

@mlekena
Copy link

mlekena commented Dec 27, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants