Errata for “Exploring Android”
At the moment, there are no reported errata for the final version of this book. If you see a bug, let the author know!
- The
emptyTextViewintodo_roster.xmlthroughout much of the book should have anandroid:layout_widthof0dp - Page 456 shows
loading.visibility = View.GONEwhere it should haveloading.visibility = if (state.isLoaded) View.GONE else View.VISIBLE