Search

Showing posts with label Series. Show all posts
Showing posts with label Series. Show all posts

iPhone for Programmers: An App-Driven Approach (Deitel Developer Series)

Great Price "iPhone for Programmers: An App-Driven Approach (Deitel Developer Series)" for $22.91 Today



This is not a book for beginners - there isn't much about C-programming, or even about cocoa programming as such. You are expected to have a reasonable grasp of OOP, dot-notation and square brackets and all. What there is is very detailed annotated code for applications that you might actually use. Perhaps the code is over-annotated for some, but I found it very helpful to have a detailed, line-by-line description for those "what's going on here" moments. And in the body of the text, there is a further description of what and why.
A great book that seems to have given me enough "Aha!" moments to make me feel confident of producing something useful.
My only quibble would be that some flow diagrams would have helped. However, given the "style" of the code, which doesn't use interface builder very much, if at all, it's fairly straightforward to build your own diagrams. It is a matter of personal preference as to whether interface builder should be used or whether it's better to wire an application up in code - both may "break" with Apple upgrades/changes, so it is important to understand both approaches. And you can always get a diagram in Xcode.
Strongly recommended.

iPhone for Programmers: An App-Driven Approach (Deitel Developer Series) Features

  • ISBN13: 9780137058426
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $39.99
Offer Price : $22.91



iPhone for Programmers: An App-Driven Approach (Deitel Developer Series) Overviews

The professional programmer’s DEITEL® guide to iPhone app development using iPhone SDK 3.x, Xcode®, Objective-C® and Cocoa®

More than 1.5 billion iPhone apps were downloaded from Apple’s App Store in just one year! This book gives you everything you’ll need to start developing great iPhone apps quickly and–once you’ve joined Apple’s fee-based iPhone Developer Program–to get them up and running on the App Store. The book uses an app-driven approach–each new technology is discussed in the context of 14 fully tested iPhone apps (7700 lines of code), complete with syntax shading, code walkthroughs and sample outputs. Apps you’ll develop include:

  • Welcome
  • Spot-On Game
  • Route Tracker
  • Tip Calculator
  • Cannon Game
  • Slideshow
  • Favorite Twitter® Searches
  • Painter
  • Voice Recorder
  • Flag Quiz Game
  • Address Book
  • Twitter® Discount Airfares
By Chapter 3 you’ll be building apps using Xcode®, Cocoa® and Interface Builder. You’ll learn object-oriented programming in Objective-C® and build apps using the latest iPhone 3.x technologies including the Game Kit, iPod library access and more.

iPhone for Programmers include practical, example-rich coverage of:


• iPhone SDK 3.x, XCode®, Interface Builder

• Object-Oriented Programming in Objective-C® and Cocoa®

• Collections, GUI, Event Handling

• Controllers, Application Templates

• UIView, Multi-Touch™

• Core Audio, Core Animation, NSTimer

• Tables, UINavigationController

• Map Kit, Core Location, GPS, Compass

• Photos, iPod Library Access

• Serialization


Affordable Price at Store
Buy Low Price From Here Now!




Customer Review


Complete examples, no explanations - Gary Bisaga - Leesburg, VA USA
I am not sure what I am missing that all these other reviewers are getting, but I found this book extremely frustrating. Though I looked at the book in the bookstore and was turned off by it, on the strength of the reviewers I went and bought it anyway. I sorely regret doing so. By the way, I am not a newbie programmer: I've been a strong developer for 30 years, most recently writing J2EE enterprise applications since 1996.

On the plus side, there are (as other reviewers have said) complete examples of applications, all of which you can download from the book publisher's web site. You can - after spending hours poring through the code examples - find many of the details of how to hook up the pieces into real applications.

However, for me, this advantage was completely wiped out by providing very little explanation of what is going on. Beyond the first chapter or two, explanation of what's going on in the Interface Builder is non-existent. When the application (which there was also no explanation for) doesn't work, you're left trying to figure out what you didn't hook up in the Interface Builder (which wasn't explained). Also, there is no categorized explanation of what you're dealing with - just code examples. If an interface method is not in a particular code example, you have no idea that the method exists. Just page after page of code, with textual explanations that are very little better than the code comments themselves. I could never imagine using this book beyond the initial learning curve - there's nothing you could call a "reference." Finally, the page after page of method listings are not in any way connected together: you have to keep flipping back and forth to figure out what class a given method belongs to. And at least one sample app (the Address Book) does not build for me.

I think the Interface Builder problems point out the overall weakness of this book. Code examples might be ok for a purely code-based system, but developing iPhone apps is not - at least, the way it's presented in the book - a code-driven approach: it all starts in the Interface Builder. More coverage of that tool might have pulled the pieces together.

All in all, good context of its examples, but did not at all work for me to learn iPhone programming. I've been much more impressed with iPhone App Development: The Missing Manual.


Awesome Book - Richard Casanova - Boca Raton, FL
I just Book this Book 1 week ago and i m already writing codes and apps for the iphone
This is the best book out there for iphone

BUY IT!!!!!!!



Related to Items You've Viewed




Special Offers
Compare Price Now!



*** Product Information and Prices Stored: May 16, 2010 21:21:05


My Links : BUY "Flip Flop Sandals" With Affordable Price NOW! Best Deals & Reviews On Two Person Picnic Backpack

Read more

Learn C on the Mac (Learn Series)

Learn C on the Mac (Learn Series) Review




When it comes to technical books, Apress makes some of my favorite and most useful books. Being in IT, and being a proud Mac owner and Snow Leopard user for about a year now, I figured I should start learning more about developing for Mac's, so I purchased Learn C on the Mac. When purchasing this book, we must keep in mind that just learning C will not allow us to create the coolest looking applications and software for OS X. C is what C++, the more popular Java, and what Objective-C are based on. The goal of this book is teach us the basic fundamentals that prepare us for C++, Objective-C or Java, and to allow us to feel comfortable with Xcode (Xcode is where we code, it's like Visual Studio or Eclipse for the Mac).

For the beginner, this book is perfect, as the author clearly states that to his surprise, he's found children and soccer moms are interested in learning how to code - so it should be really easy to follow. For those that already know VB and C#, the book will be even easier to follow along, and you'll learn the basics of developing for the Mac or iPhone. Overall, this book is an intro to programing (regardless of which language or platform you plan to use) and a guide to using Xcode for programing.

Anything exercises the book has us do, are all ran and debugged in Xcode. Once you finish this book, you'll be able to understand Learn Objective-C on the Mac, also by Apress. Objective-C, based on C (this book), is what Mac's actually run on, and allows for scrolling, menu's, etc... The last step, after understanding Objective C, is to decide what you want to do. Do you want to develop for the Mac or the iPhone? If you choose Mac, Learn Cocoa on the Mac by Apress would be the right book, if you choose to learn mobile Cocoa instead, for the iPhone, you would want Beginning iPhone Development: Exploring the iPhone SDK by Apress too. Cocoa would be what we really need to learn to be able and create iPhone applications and software as we know it today.

Anyways, I don't think it'll matter if your a beginner, or already a developer (non C or Java), you will likely learn from this book. Sure, Java developers might be able to review too, and learn how to use Xcode, but if your already developing in C, Java you might be ready to move on to Objective-C. Have fun learning, and remember, this is not a PC only world anymore!!



Learn C on the Mac (Learn Series) Features

  • ISBN13: 9781430218098
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :

Price : $39.99

Offer Price : $24.96




Overviews

Considered a classic by an entire generation of Mac programmers, this popular guide has been completely updated for Mac OS X. Don’t know anything about programming? No problem! Acclaimed author Dave Mark starts out with the basics and takes you through a complete course in programming C using Apple’s free Xcode tools. This book is perfect for beginners learning to program. It includes all–new Mac OS X examples!

  • Provides best practices for programming newbies
  • Written by the expert on C–programming for the Mac
  • Presents all the basics with a pragmatic, Mac OS X-flavored approach

What you’ll learn

  • Master C programming, the gateway to programming your Mac or iPhone.
  • Write applications for the Mac OS X interface, the cleanest user interface around.
  • Understand variables and how to design your own data structures.
  • Work with the file system.
  • Connect to data sources and the Internet.

Who is this book for

For anyone wanting to learn to program in Mac OS X, including developers new to the Mac, developers new to C, or students entirely new to programming. For anyone who wants to learn how to program their iPhone, this is also the core language primer.

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review


Good book to get started - James Love Lll - Mamaroneck, NY United States
So far this book has been great at introducing some of the concepts necessary for programming in C. I have had some programming experience in he past, so it is not all foreign to me. The programming examples are easy to follow and the book is well organized. This is my first use of a book from Apress, and I will likely purchase follow up books like programming in objective-c.


Great book for learning C whether on a Mac or not. - Lazy Gator - Central IL - USA
Learning to program in C can be very boring and intimidating (it was to me in my younger days). Most of the time you're writing code to run in a command environment with no fancy and colorful-looking graphical user interface (GUI) to play with - typically just black and white text. However learning this language is very important for gaining a strong programming foundation. Especially if you're going to develop using a more modern language that expands upon C (Objective-C on the Mac, Visual C# in the Microsoft environment, C++, etc.).

Learn C on the Mac is a relatively simple read. The author does not assume that you're already a C programmer and therefore takes you step-by-step from the beginning through important topics that apply to many different languages. The book flows very smoothly from one topic to another gradually taking the reader into more complex coding. Not once did I get lost on a topic.

This book does not teach you everything you need to know about programming and it does have you write plain old command environment-type programs, but all of the language features, techniques and real-life scenarios it contains is very valuable to the learning process. You will feel like a C programmer when you get finished with this book.

I purchased the Kindle edition and it was formatted very well for my 9" DX screen.

Happy programming!






*** Product Information and Prices Stored: Apr 21, 2010 06:00:09


Friends Link : All About Cat And Dog Collars BUY "Opal Rings and Earrings" Affordable Price Best Deals And Reviews On Learn Cocoa Programming Books Best Deals And Reviews On Accessories for Crutches Wordpress : Objective-C Programming Textbooks

Read more