Wiley.com
Print this page Share

Beginning Android Tablet Application Development

ISBN: 978-1-118-10673-0
Paperback
288 pages
August 2011
Beginning Android Tablet Application Development (1118106733) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
168 Error in Code
The onDestroy() event: should say "super.onDestroy()"
11/28/2011
38 Error in Text
In step 6, 4 lines up from the bottom:

Currently Reads:
" return inflater.inflate "
Should Read:
" return Inflater.inflate. "
(the I in Inflater should be capitalized.)
1/4/2012
Back to Top