Search

Cocoa and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch programming

Great Price Cocoa and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch programming for $23.09 Today








Price : $34.99
Offer Price : $23.09


Cocoa and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch programming Overviews

Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple's Cocoa framework and the Objective-C language through step-by-step tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa expert.

Cocoa and Objective-C: Up and Running offers just enough theory to ground you, then shows you how to use Apple's rapid development tools -- Xcode and Interface Builder -- to develop Cocoa applications, manage user interaction, create great UIs, and more. You'll quickly gain the experience you need to develop sophisticated Apple software, whether you're somewhat new to programming or just new to this platform.

  • Get a quick hands-on tour of basic programming skills with the C language
  • Learn how to use Interface Builder to quickly design and prototype your application's user interface
  • Start using Objective-C by creating objects and learning memory management
  • Learn about the Model-View-Controller (MVC) method of sharing data between objects
  • Understand the Foundation value classes, Cocoa's robust API for storing common data types
  • Become familiar with Apple's graphics frameworks, and learn how to make custom views with AppKit

Affordable Price at Store Check Price Now!




Related to Items You've Viewed




*** Product Information and Prices Stored: Apr 30, 2010 02:11:08


Tags : Buy "iPad, iPhone and iPod Touch Programming" Book Best Price And Reviews On Cat Throws Best Price And Reviews On 60 Inch Television Stands Best Deals And Reviews On Deer Baby Shoes

Read more

iPhone SDK Development (The Pragmatic Programmers)

Great Price iPhone SDK Development (The Pragmatic Programmers) for $18.83 Today




Walk down a city street, and in a short time, you'll most likely bump into someone who holds an iPhone. This device, which was formally introduced by Steve Jobs in January of 2007, has become one of the most coveted and loved handheld gadgets today. In fact, with the hardware on its third iteration and with its OS at version 3.0, it seems unimaginable to think what the world would be without it.

Without a doubt, one of the reasons for the iPhone's major success can be attributed to the involvement and support of thousands of third party software developers who create applications which run on the iPhone. These independent developers primarily serve to augment in a major way what is essentially Apple's limited number of built-in apps. There are now over hundreds of thousands of third party apps designed for the iPhone which has been downloaded billions of times.

While this number appears staggering, there seems to be no sign that the community of third party developers is slowing down. After all, as we know now, with the success of a number of iPhone apps, creating a small piece of software for the iPhone can result to a not-so-small fortune. And if you think that there's no more room for another app, think again. Once in a while, there comes out of nowhere a new app that is so unique and so amazing that iPhone users simply cannot resist downloading. And so, while Apple likes to advertise that "there's an app for that," there is definitely still room for newer and better iPhone apps.

If you have an idea for an app that you want to use on your iPhone but isn't out there yet, or even if you have a better idea for an app that's already out there, well, there's a software app for that--the iPhone SDK. First thing to do is to sign up with Apple to be one of its iPhone app developers (if you haven't done so yet). And then, pick out the "pragmatic" //iPhone 3.0 SDK Development// book by Bill Dudney and Chris Adamson. This is one big book, but it's not scary. Step-by-step, and at your own speed, you'd be guided through the tools and APIs that you can use to create your own software. Packed with useful examples, this book will give you both the big-picture concepts and the everyday "gotcha" details that developers need in order to make the most of the beauty and power of the iPhone OS platform. And with more than fifty sample programs written for iPhone SDK 3.0, this is one book that goes beyond the basic that will help you succeed in creating an app on today's most important mobile platform, the iPhone.

Reviewed by Dominique James

iPhone SDK Development (The Pragmatic Programmers) Features

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



Rating :

Price : $38.95

Offer Price : $18.83




Overviews

Packing the power of desktop applications into a small mobile device, the iPhone SDK offers developers the ability to create dynamic, visually-appealing, and highly-capable mobile applications, using the same APIs and tools that Apple uses for its own applications.

However, harnessing that power means learning new tools, new APIs, and even a whole new programming language.

iPhone SDK Development is a Pragmatic guide to get you started developing applications for iPhone and iPod touch. With it, you'll get a complete understanding of the tools and techniques needed to succeed on the platform:

Use the XCode IDE to manage your source code, images, sounds, database files, and other application resources, building your app and deploying it onto your own device for testing.

Develop your user interface the visual, code-free way, with Interface Builder.

Master the iPhone's unique user interface components, including tables, tab bars, navigation bars, and the multi-touch interface.

Connect your iPhone to the outside world with networking, exploit the power of a relational database with SQLite, and rock out with first-class support for audio and video.

Make use of the iPhone's unique mobile APIs, like geolocation and the motion-sensing accelerometer

Use XCode's powerful performance and debugging tools to eliminate memory leaks, zombies, and other hazards.

* Understand the process for packaging your application for end-user distribution through Apple's App Store.

With explanations of the big picture and an eye to the little details that you'll need, iPhone SDK Development will help you succeed on today's most important mobile platform.

Affordable Price at Store Check Price Now!



Customer Review


Excellent book for beginners - RoryM - Chicago, IL USA
Wanted to develop an iPhone application, but had never done any iPhone or even Mac programming before. Excellent step-by-step instructions and detailed examples. Well tested sample code and examples that were surprisingly deep and useful. Can't say enough about how good this book really is. Took me from being a rookie to someone who can now effectively develop - and have enough background to use the Apple reference material to get to the next level.


Good introductory book - Amol Kher - Austin, Texas USA
As a completely new Mac programmer, this book was very easy and helped me gently ease into the topics with ample examples and logical flow.

I recommend it to anyone who wants to write an iPhone app.




*** Product Information and Prices Stored: Apr 29, 2010 02:08:10


My Links : All About Cat And Dog Collars BUY "Opal Rings and Earrings" Affordable Price BUY "Flip Flop Sandals" With Affordable Price NOW! Best Deals And Reviews On Australian Opal Ring

Read more

Learn Objective-C for Java Developers (Learn Series)

Learn Objective-C for Java Developers (Learn Series) Review




I've been programming with Java since 1998. It's a nice language/platform with automatic garbage collection and a rich set of 3rd party APIs and libraries. However, the introduction of iPhone changed the world, and I wanted to develop some apps for iPhone. Since iPhone does not support Java as their development language, I had to learn Objective-C. Even though I learned some C/C++ back from college days, Objective-C is still quite foreign to me. It's a bit frustrating to Google and searching through Apple's documentation to find something equivalent (that works in Java) to be used in Objective-C. After many fruitless searches and frustration, I thought I might never learn Objective-C. Then this book was released and I grabbed a copy. After reading it, I truly wish this book was available earlier so I didn't waste so much time searching blindly in Google.

James did a wonderful job bring Java and Objective-C comparison side by side. But keep in mind, no single book can cover EVERYTHING between Java and Objective-C. There are obviously certain things missing but for the most part, it covers many grounds between Java and Objective-C.

Part 1 - Language
Chapeter 1-7 give you some nice introduction to Objective-C, and along the way, comparing with Java, and gradually feeds you more and more Objective-C features. Chapter 5 on Protocols and Categories is very nice, but I wish it was much longer. Protocols and Categories are very powerful features in Objective-C. They alone deserve a whole book ;)

Part 2 - Translating Technologies
Chapter 8-15 touches on many fundamentals of both languages, Strings and primitive values, Garbage Collection, Introspection, Files, Serialization, Exception Handling and Threads. The author shows us side-by-side code snippets comparison between Java and Objective-C. This alone is invaluable to us readers. There are some mind-bending situations where you will say: why it's so different? and makes you feel confused and puzzled. Then if you read up Apple's official documentation, and explore the APIs further, you will realize why things are in certain way in Objective-C. Definitely lots of learning there.

Part 3 - Programming Patterns
Chapter 16-23 shows the readers some common programming and design patterns in both language flavors. Collection pattern, Delegation pattern (lots of Objective-C APIs are through the use of delegation), Provider/Subscriber pattern, Observer Pattern(you will find how easy it is to setup observers in your program), MVC, Lazy Initialization, Factory, and our favorite Singleton pattern.
Of course, there are many more patterns that are not covered here, but these basic patterns are enough to get you started. Again, patterns alone warrants a whole 900-page book, so hopefully something comes out soon.

Part 4 - Advanced Objective-C
Chapter 24-26 deals with memory management, mixing c and objective-c, and runtime.
Memory management is especially important in iPhone SDK since so far iPhone SDK does not support automatic garbage collection. So all the memory allocations you have in the codes must be taken care of. Mixing C and Objective-C is very interesting, it should be very helpful for gaming development, where in many cases, involves game engines written in C.

Overall, it's a solid book for Java developers who want to dive into Objective-C.
You might need to read it a few times to fully understand certain topics.
It's a good reference book as well if you want to look up something quick in Objective-C but you only know how to do that in Java.

Learn Objective-C for Java Developers (Learn Series) Features

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



Rating :

Price : $39.99

Offer Price : $12.66




Overviews

Learn Objective-C for Java Developers will guide experienced Java developers into the world of Objective-C. It will show them how to take their existing language knowledge and design patterns and transfer that experience to Objective-C and the Cocoa runtime library. This is the express train to productivity for every Java developer who dreamt of developing for Mac OS X or iPhone, but felt that Objective-C was too intimidating. So hop on and enjoy the ride!

  • Provides a translation service that turns Java problem-solving skills into Objective-C solutions
  • Allows Java developers to leverage their existing experience and quickly launch themselves into a new domain
  • Takes the risk out of learning Objective-C

What you'll learn

  • Apply Java experience to Objective-C and Cocoa
  • Use elegant alternatives that increase productivity
  • Maximize the powerfully unique constructs of Objective-C, like class clusters
  • Think like an object-oriented C programmer to create more reusable code
  • Use all of the things in Java and Objective-C that are actually quite similar, like MVC design patterns
  • Learn how to do all of it within Apple's powerful Xcode programming environment using Cocoa frameworks

Who is this book for?

Experienced Java developers interested in developing native applications for Apple's Mac OS X operating system, iPhone, and iPod touch.

Affordable Price at Store Check Price Now!



Customer Review


I needed this book a year ago, but am thrilled it is finally here - Matthew McCullough - Highlands Ranch, CO, USA
Being a Java developer for more than 10 years and having explored the Objective-C platform for iPhone development for more than the last year, I struggled in the early days. I longed for a document that spoke to me, the Java emigre, and helped me map my existing knowledge into this new field of development. Finally, such a book has hit the shelves in the form of James Bucanek's Learn Objective-C for Java Developers.

James warns us that direct comparisons between these languages are insufficient, but acknowledges it gives us a great common vocabulary to start with. Once the comparisons have been drawn and as we become comfortable on the Objective-C language, James takes us beyond Obj-C as Java and shows the dynamism of this unique platform. We progress through memory management, persistence, and other platform specific critical technologies, learning each from James in a very friendly tutorial-style manner.

The book ends in a fevered pitch with an overview of mixing C and Obj-C. Overall, I was very pleased with the book, primarily because it spoke to me as a Java developer, and second because the writing style was very digestible. I highly recommend this book to any Java developer moving to the iPhone platform.






*** Product Information and Prices Stored: Apr 22, 2010 06:42:44


Tags : Best Objective-C Programming Textbooks BUY "Kangol Hats" With Affordable Price NOW!! Best iPad Programming Textbooks Best Deals And Reviews On Cocoa Touch Programming Books

Read more

Programming in Objective-C 2.0 (2nd Edition)

Programming in Objective-C 2.0 (2nd Edition) Review




This book is in many ways a gold mine of knowledge. From my college engineering days, I had to learn many computer languages such as Fortran and C++. However, as the old quip goes, use it or lose it.

For years I had wanted to begin programming again because I enjoyed doing so, but the real question remained: What is the optimal approach to do so that would best utilize my prior knowledge AND bridge the gap to todays world of programming in Objective-C? Fortunately for me, I discovered Mr. Kochan's book and it was indeed the bridge that I sought. (Oddly enough, the cover on this book has a bridge on it. Go figure ...)

As most things in life go, the real significance of this book was not obvious at the onset. However, after glancing through the book, it was immediately clear to me that (A): The author took great pains to cover all the nuances of Objective-C in great detail so that anyone could understand them, and (B): The author is more than qualified to illuminate the subject matter and easily educate those that take the time to read his book and work all the examples.

For instance, I had wondered for years what an 'object' actually was that made Objective-C so special as compared to C and C++. Mr. Kochan's car example made this so succinctly clear that I wondered why all the other books I have never even came close to clarifying this important point. The other authors chose instead to define an object in abstract terms (generally speaking) which was not much help at all. Granted, the other books were about Xcode and Cocoa. However, without having a clear understanding as to what an 'object' is, how is anyone trying to learn Cocoa or Xcode going to move forward since 'objects' are both the building blocks and the future of both Cocoa and Xcode?

"Oh, and one more thing". To the unfamiliar, that is Steve Jobs' famous on-stage line when introducing new Apple products or software. A few weeks back I discovered that Mr. Kochan has a web site [...] based on learning Objective-C, - chapter by chapter. Upon making this discovery, I was at once elated to find the site and annoyed that no mention of this was made in the book. Perhaps the book was published before the website was built, but regardless this website is an INVALUABLE resource for learning Objective-C. And, from experience, Mr. Kochan will respond to your queries and comments within a day and oftentimes, within a few hours. How he does this, I have no idea, but he does.

My book did not come with a video CD, so I cannot comment on that. Speaking only for myself, I prefer a book over a video because I can re-read any part of a book much easier than I can a video. The web site does have video content for those so interested.

And least anyone wonder, I have absolutely no connection to Mr. Kochan. Period. But, I will forever be grateful to him for writing this book and creating and participating in his website. Both are indispensable sources for learning Objective-C.

Bottom line: I cannot recommend this book highly enough to those wishing to begin programming in Objective-C or to those who have past programming experience and wish to learn Objective-C. At twice the price, this book would still be a steal.

Programming in Objective-C 2.0 (2nd Edition) Features

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



Rating :

Price : $44.99

Offer Price : $25.68




Overviews

THE #1 BESTSELLING BOOK ON OBJECTIVE-C 2.0


Programming in Objective-C 2.0 provides the new programmer a complete, step-by-step introduction to Objective-C, the primary language used to develop applications for the iPhone, iPad, and Mac OS X platforms.

 

The book does not assume previous experience with either C or object-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in your everyday iPhone/iPad or Mac OS X programming tasks.


A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X and the iPhone/iPad platform but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

 

The second edition of this book thoroughly covers the latest version of the language, Objective-C 2.0. And it shows not only how to take advantage of the Foundation framework’s rich built-in library of classes but also how to use the iPhone SDK to develop programs designed for the iPhone/iPad platform.

 

Table of Contents


   1    Introduction

Part I: The Objective-C 2.0 Language

    2    Programming in Objective-C 

    3    Classes, Objects, and Methods

    4    Data Types and Expressions

    5    Program Looping

    6    Making Decisions

    7    More on Classes

    8    Inheritance

    9    Polymorphism, Dynamic Typing, and Dynamic Binding

  10    More on Variables and Data Types

  11    Categories and Protocols

  12    The Preprocessor

  13    Underlying C Language Features

Part II: The Foundation Framework

  14    Introduction to the Foundation Framework

  15    Numbers, Strings, and Collections

  16    Working with Files

  17    Memory Management

  18    Copying Objects

  19    Archiving

Part III: Cocoa and the iPhone SDK

  20    Introduction to Cocoa 

  21    Writing iPhone Applications

Part IV: Appendixes

  A    Glossary

  B    Objective-C 2.0 Language Summary

  C    Address Book Source Code

  D    Resources


Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review


All programming instructional books should be written this way - Interpol - Los Angeles, CA
I'm currently only 4 chapters into the Kindle version of this book and so far I can honestly say I've been able to learn more about Objective C than any other book. I have a background in computer science and have learned various programming languages such as BASIC, Pascal, LISP, Scheme, Java, even assembly - but I never got around to learning C or any of its variants. I've consumed many instructional books on programming and can honestly say that this one is the most well-written and easily comprehensible out of all of them. The author takes great care to explain virtually every aspect of Objective C syntax and does it in a way that's comfortable for both neophytes as well as those who have had some prior programming experience.

Additionally, the Kindle version of this book is done very well, easily readable on the Kindle device or an iPad (I've been reading it on both). When it's displayed on the iPad (with the Kindle app), you also get the additional benefit of color illustrations. Although I have a long way to go in this book, I can already say that I will have no problem reading it on my PC, my Kindle, or my iPad.

If you're interested in developing apps for the iPhone/iPod Touch/iPad, start with this book to give yourself a decent understanding of the Objective-C language, and THEN read the more iPhone OS-specific programming books such as "Head First iPhone Development" and "iPhone Application Development for Dummies". I tried to start with the Head First book and pretty much went nowhere with it until I started reading "Programming in Objective-C 2.0". Now concepts are starting to come together and I'm excited about what I can start doing with the iPhone SDK.


A pick for any advanced developer's library - Midwest Book Review - Oregon, WI USA
The second edition of Programming in Objective-C 2.0: A Complete Introduction to the Objective-C Language for Mac OS X and iPhone Development is a pick for any advanced developer's library. It tells of a language that has become the standard for application development on the Mac OS X and iPhone platforms, and provides new programmers with step-by-step introductions to its language and use. This second edition has been updated and expanded to cover Objective C 2.0 and is a pick for any developer's collection.





*** Product Information and Prices Stored: Apr 21, 2010 05:59:12


Tags : Best iPad Programming Textbooks All About Opal Rings and Earrings Best Deals And Reviews On Best Objective-C Book Best Deals And Reviews On Mens Kangol Hats Best Deals And Reviews On Cocoa Programming Tutorial Books

Read more

Learn Objective–C on the Mac (Learn Series)

Learn Objective–C on the Mac (Learn Series) Review




This book takes an introductory look at objective-C based on the reader already knowing C programming. It does an excellent job of presenting the major features and building on top of what went before. It includes some examples using Cocoa (I can't imagine that you could otherwise). It correctly makes a major point in its treatment of memory management throughout the book and details the difference between retain-release method, memory pool method, and garbage collection (new in ObjC 2.0). It also makes note that iPhone development primarily requires use of the retain-release method.
As C is a minimalist language and Objective-C is a minimal layer on top of C, there is not a huge amount of material to cover (Almost 1/3 of the book covers ObjC 2.0.) This makes the book a quick read, but does not diminish its value. Compared to shorter treatments of Objective-C, this provides a much better explanation.

Learn Objective–C on the Mac (Learn Series) Features

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



Rating :

Price : $39.99

Offer Price : $17.00




Overviews

Take your coding skills to the next level with this extensive guide to Objective–C, the native programming language for developing sophisticated software applications for Mac OS X. Objective–C is a powerful, object–oriented extension of C, making this book the perfect follow–up to Dave Mark’s best–selling Learn C on the Mac, Mac OS X Edition. Whether you’re an experienced C programmer or you’re coming from a different language such as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you how to harness the powers of Objective–C in your applications!

  • A complete course on the basics of Objective–C using Apple’s free Xcode tools
  • An introduction to object–oriented programming
  • Comprehensive coverage of inheritance, composition, object initialization, categories, protocols, memory management, and organizing source files
  • A brief tour of Cocoa’s Foundation framework and AppKit
  • A helpful “learning curve” guide for non–C developers

What you’ll learn

  • Learn Objective–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 native applications in Mac OS X, including developers new to the Mac, developers new to Objective–C, or students entirely new to programming.

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review



Horrible Book - Happy Coder - Singapore
I have read many programming books, and this is by far the worst of the lot. Look at the table of contents, to see that
a) OOP in Objective C is covered too early
b) The basics of the language itself is never covered (loops, data structures, conditionals etc.)
c) There is *no* treatment on exception handling

The list goes on. This book does not teach or present anything a way that can't be easier learnt from the XCode documentation or found online. Buy something else.





*** Product Information and Prices Stored: Apr 20, 2010 05:43:06


Friends Link : All About Bicycle Trailers - Best Deals, Discounts All About Kangol Hats - Best Deals, Discounts Best Deals And Reviews On Electric Pool Covers Best Deals And Reviews On GPS Watch For Children Best Deals, Reviews On Instep Pathfinder Bicycle Trailer

Read more

More iPhone 3 Development: Tackling iPhone SDK 3 (Beginning)

More iPhone 3 Development: Tackling iPhone SDK 3 (Beginning) Review




Dave and Jeff delivered again in this sequel to Beginning iPhone 3 Development. More iPhone 3 Development shows the readers more advanced topics in iPhone development, and specifically many new APIs introduced in iPhone SDK 3.0. The major additions in SDK 3.0 are Core Data, MapKit, GameKit, and built-in delegate to send emails within your apps. Luckily, Dave and Jeff went in depth to show us how these new APIs work.

Chapter 2 to Chapter 7 are all Core Data related. I highly recommend these chapters. They give you a complete view of Core Data APIs with working samples. It also touches on how to modify existing Core Data structure, as well as versioning and upgrade. Once you master Core Data API, you can unleash this newly gained power in your conquering of iPhone app development.

Chapter 8 is a very interesting one talking about peer to peer networking over Bluetooth protocol using GameKit. This is very useful when you are in-door w/o any Wifi and 3G data connections. Bluetooth will guarantee to work within iPhones/iPod touches anywhere.

Chapter 9 tackles Bonjour service and network streams. Many multiplayer games are built using Bonjour networks, it's a must read for game developers, as well as anyone who's interested in how network stream works.

Chapter 10 is an introductory on working with HTTP connections and GET/POST operations. This chapter is a little lean. There could be more coverage on HTTP connections and requests, but this chapter should be good enough to get you started.

Chapter 11 describes MapKit. This is very very useful. Pre-SDK 3.0, it was a pain to integrate Maps into your iPhone apps. Messy AJAX calls, loading delays, un-responsive UIs. Now MapKit solves these in a very elegant way. It's a simple delegate that you need to implement, and define annotation views for each POI on the map. Building a map application couldn't be any easier these days.

Chapter 12 introduced the MessageUI which has controllers and methods to let your apps to send emails w/ various configurations without leaving your apps! This IS a big deal! Your app becomes more sticky and cohesive to the users. Highly recommend this chapter!

Chapter 13 shows you how to use iPod Library, media picker and music player. An interesting read on how media is handled on the iPhone.

Chapter 14 and 15 talk about responsive UIs and debugging techniques. Very very helpful information on how to improve your apps.

Again, Dave and Jeff deserve a long-standing ovation for giving us another must-have iPhone development book. I wish they can come out an iPhone game development book soon, heavily centered on OpenGL ES 1.1 and 2.0 ;) Thank you!

More iPhone 3 Development: Tackling iPhone SDK 3 (Beginning) Features

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



Rating :

Price : $39.99

Offer Price : $17.50

Availability : Usually ships in 1-2 business days




Overviews

Interested in iPhone development? Want to learn more? Whether you’re a self-taught iPhone development genius or have just made your way through the pages of Beginning iPhone 3 Development, we have the perfect book for you.

More iPhone 3 Development: Tackling iPhone SDK 3 digs deeper into Apple’s latest SDK. Best-selling authors Dave Mark and Jeff LaMarche explain concepts as only they can, covering topics like Core Data, peer-to-peer networking using GameKit and network streams, working with data from the web, MapKit, in-application e-mail, and more. All the concepts and APIs are clearly presented with code snippets you can customize and use, as you like, in your own apps.

If you are going to write a professional iPhone app, you’ll want to get your arms around Core Data, and there’s no better place to do so than in the pages of this book. The book continues right where Beginning iPhone 3 Development left off with a series of chapters devoted to Core Data, the standard for persistence that Apple introduced to iPhone with SDK 3. Jeff and Dave carefully step through each of the Core Data concepts and show you techniques and tips specifically for writing larger applications—offering a breadth of coverage you won't find anywhere else.

The Core Data coverage alone is worth the price of admission. But there's so much more. This book covers a variety of networking mechanisms, from GameKit’s relatively simple BlueTooth peer-to-peer model, to the addition of Bonjour discovery and network streams, through the complexity of accessing files via the web. Dave and Jeff will also take you through coverage of concurrent programming and some advanced techniques for debugging your applications.

Whether you are a relative newcomer to iPhone development or an old hand looking to expand your horizons, there’s something for everyone in More iPhone 3 Development.

Note: A few of the apps in this book demonstrate technologies not yet supported by the simulator. To run them on your iPhone or iPod touch, you'll need to join one of Apple's paid iPhone developer programs.

What you’ll learn

  • All about Core Data: key concepts and techniques for writing larger application
  • How to utilize a variety of networking mechanisms, including peer-to-peer connections over Bluetooth using GameKit
  • Details on the addition of Bonjour discovery and network streams
  • How to embed maps with Map Kit and use in-application email
  • How to access a user's iPod library and integrate music into applications
  • Essentials of concurrent programming and advanced debugging techniques
  • Tips on working with data from the web

Who this book is for

All iPhone and iPod Touch developers, especially developers already familiar with early iPhone SDKs.

Affordable Price at BlogBestPrice.com Check Price Now!



Customer Review


Very helpful, except for doing animations - Baris Tumerkan - Istanbul, Turkey
Together with Beginning iPhone 3 Development, this book provides an easy to use and comprehensive guide to iPhone programming. It walks you through every step you need to take, which would be very good for a beginner (but can get repetitive towards the end). I also think a comprehensive section on animations is sorely lacking.


Fantastic next step in the series - You need this! - T. Hudgins - MA USA
Like others, I was eagerly awaiting this book. I cut my teeth on Beginning iPhone 3 Development: Exploring the iPhone SDK by these guys so I knew what I was *expecting* to get - I just hoped they would deliver. I was especially anxious to get the information about Core Data. I had a project in mind that would need to track different kinds of data and their relationships and I knew that Core Data was the way to go. I was hoping Jeff and Mark would help me crack it like they did with iPhone programming in general.

Epic Success!

They devote 7 chapters to Core Data and pretty much handle everything you need to know. What's great is that they build slowly on the topics and concepts. Core Data is a vast and powerful framework and tackling the official documentation is like drinking from a firehose. Dave and Mark, regulate the flow so that you can consume it in little gulps instead of drowning in it.

Like most programming books, they define a project and develop it with additional features and such. The problem with most programming books is that if the project you want to do doesn't line up with the kind of project they are doing, you have to do a lot of reading between the lines. I was a little concerned with that happening with this book but it's really not an issue. Granted, I'm not making a Hero database but the concepts are presented clearly enough and generically enough that they can easily be used for other things. In fact, they went to great lengths to describe the design and implementation of generic classes that can be used for lots of other things.

I use both of their iPhone books almost like reference books. Whenever I need to do something, I'm pretty sure I can find out how to do it by looking back through the projects and finding something similar that I can adapt to what I need.

I have to admit, I haven't gotten past the Core Data chapters as that's what I need for my current project. I have skimmed the other chapters however and they all look to be of the same calibre and usefullness.

I can't say enough good things about this book. It really makes iPhone programming approachable for mere mortals,not just Heros!






*** Product Information and Prices Stored: Apr 19, 2010 05:37:06


Friends Link : BUY "Cat And Dog Collars" NOW!! Buy "iPad, iPhone and iPod Touch Programming" Book Best Deals And Reviews On a Gumball Machine Best Deals And Reviews On Baby Flip Flops Best Deals, Reviews On Bicycle Trailer Review

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 : $25.00

Availability : Usually ships in 1-2 business days




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 18, 2010 05:10:44


See Also : BUY "Cat And Dog Collars" NOW!! Best Deals And Reviews On Beaded Flip Flops Best Deals And Reviews On Accessories for Crutches

Read more

Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)

Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers) Review






Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers) Features

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





Price : $34.95

Offer Price : $19.50

Availability : Usually ships in 1-2 business days




Overviews

Beginning Mac Programming takes you through concrete, working examples, giving you the core concepts and principles of development in context so you will be ready to build the applications you've been imagining. It introduces you to Objective-C and the Cocoa framework in clear, easy-to-understand lessons, and demonstrates how you can use them together to write for the Mac, as well as the iPhone and iPod.

You'll explore crucial developer tools like Xcode and Interface Builder, and learn the principles of object-oriented programming, and how memory, data, and storage work to help you build your software.

If you've ever wanted to develop software for the Mac, this book is for you.

Affordable Price at BlogBestPrice.com Check Price Now!




*** Product Information and Prices Stored: Apr 18, 2010 03:09:47


Visit : BUY "Opal Rings and Earrings" Affordable Price Best Deals And Reviews On Billabong Flip Flops Best Deals And Reviews On Cute Baby Shoes Wordpress : All About Flip Flop Sandals

Read more

Labels