BlackBerry Development Fundamentals

What people have said about the book:

It's a very easy read, and that's a good thing.  Wargo's background in teaching budding developers around the US shines through in the clear and concise way it tackles each topic. The content is relevant and appropriate for it's target audience and there are many asides that will interest more experienced developers.  Time and time again I found myself saying ah that's how that works (the MDS broken down in it's component parts, BlackBerry security, and how to compile Java apps for multiple devices to name just three).

Jason Hook
www.notesberry.org

Home Inside the Book Errata Chapter 11 - Page 244
Chapter 11 - Page 244 PDF Print E-mail

On page 244, where there are two samples of adding an EditField to a screen, the add(tmpField) should be changed to add(lastName):

EditField lastName;
lastName = new EditField();
// add the field to the screen
add(lastName);

and

EditField lastName = new EditField("Last Name: ", "");
// add the field to the screen
 add(lastName);

Sorry about that - it only proves what happens when you copy code from a working application and modify it without testing it.

Last Updated on Monday, 16 November 2009 08:38
 
InformIT (Pearson Education)