Beginning iOS5 Application Development

Author: Wei-Meng Lee
Publisher: Wrox, 2012
Pages: 656
ISBN: 978-1118144251
Aimed at: beginning/intermediate developers
Rating: 4
Pros: Good overview of major functionality of the iOS platform
Cons: A little repetitive at times
Reviewed by: Bill Cunningham

Intended for beginning developers who want to write iPhone and iPad apps, how well does this book work?

 

This is a highly structured book. Each chapter starts with an overview and what you will learn section, followed by a hands-on lab –type discourse with code snippets and screen shots (in full color) followed by discussion of concepts and finally ending with exercises and a summary.

It is also a heavy hands-on type book, making the learning interactive and easy to follow. All the code samples have Automatic Reference Counting (ARC) turned off. For new developers just coming to iOS5 this makes the samples more difficult to follow. I would have preferred the book cover this in more detail and remove the unnecessary code from all but the first few examples.


Banner

 

Unless you know Objective C, I would start with the appendix that describes it or at least browse through it to get an idea of what is going on in the code snippets.

From there starting with Chapters 1 – 3 you explore the installation of XCode, the standard hello world, and how the UI elements work, their event model and how to update on screen elements.

Chapter 4 covers the different view controllers but lacks coverage of Storyboard, a new iOS5 feature that makes writing multi form applications much simpler.  Chapter 5 covers the how to make your apps detect which device your running on, iPhone or iPad, the common problems with porting between the two and it provides a few solutions.

Chapters 6 through 9 cover standard iOS concepts such as keyboard detection, screen rotation, persisting data and application preferences. Then Chapters 10 through 12 cover file handling, SQLite and iCloud programming and  Chapters 13 through15 covers animations and video playback, sending email, accessing the camera, sensors and the shake API.

Chapters 16 to 19 cover network programming including consuming web services, Bluetooth, bonjour and remote notifications. It also covers integration with Twitter;  Chapter 20 deals with maps, the map API and monitoring changes and  Chapter 21 deals with background programming, what you can and can’t do when suspended, notifications, etc. There is very little discussion of pointers and memory management except for two pages in the appendix.

Overall this book is a great hands-on beginner’s book. There are always caveats to these types of books. What does Beginning mean? If you’re a brand new programmer with no experience with pointers and data structures then this book is not for you. If you’ve been programming for a few years, know C, pointers, some data structures and want to quick simple hands-on approach for iOS application development, then this book is perfect.


Banner


Core Java for the Impatient, 3rd Ed

Authors:  Cay S. Horstmann 
Publisher: Addison Wesley
Pages: 576
ISBN: 9780138052102
Print: 0138052107
Kindle: B0B8RZZBDJ
Audience: Smart programmers wanting in-depth coverage
Rating: 4.8
Reviewer: Mike James

The key to this book is the word "impatient" in the title. What does this m [ ... ]



The Joy of JavaScript (Manning)

Author: Luis Atencio
Publisher: Manning
Date: March 2021
Pages: 360
ISBN: 978-1617295867
Print: 1617295868
Audience: JavaScript developers
Rating: 4
Reviewer: Ian Elliot
Joy you say!


More Reviews

Last Updated ( Monday, 13 February 2012 )