Errata for “Elements of Android Room”
Note: page numbers refer to the page numbers shown on the bottom of each page in the PDF edition of the book.
Version 0.4 - February 2021
- Page 160 has “akin to from the ones”, which should be “akin to the ones”
- Page 166 has “takes an approached”, which should be “takes an approach”
- Page 170 should have a screenshot following the last paragraph, which is missing due to a production error
Version 0.2 - February 2020
- Page 11 refers to
TripDatabase
instead ofNoteDatabase
Version 0.1 - January 2020
- Page 5 has “can just use” instead of “you can just use”
- Page 13 refers to background threads as a concept, which had not yet been covered in the book by that point
- Page 20 has an example that shows using both
@ColumnInfo
andindices
, but the example should not have the@ColumnInfo
annotation - Page 34 has “that they”, instead of “that the”
- Page 45 has “each of those function”, which should be “each of those functions”
- Page 88 refers to
YYYMMDD
instead ofYYYYMMDD
(missing oneY
)