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
empty
TextView
intodo_roster.xml
throughout much of the book should have anandroid:layout_width
of0dp
- Page 456 shows
loading.visibility = View.GONE
where it should haveloading.visibility = if (state.isLoaded) View.GONE else View.VISIBLE