Search

Showing posts with label ObjectiveC. Show all posts
Showing posts with label ObjectiveC. Show all posts

Beginning Mac OS X Game Development with Cocoa: Gaming Tools and Techniques for Objective-C Programmers

Great Price "Beginning Mac OS X Game Development with Cocoa: Gaming Tools and Techniques for Objective-C Programmers" for $26.39 Today







Price : $39.99
Offer Price : $26.39





Beginning Mac OS X Game Development with Cocoa: Gaming Tools and Techniques for Objective-C Programmers Overviews

Calling all Mac OS X software developers! It’s no secret that the big business game developers have been ignoring our favorite computing platform. But now that the iPhone OS has created a renaissance of independent game development, what better time to create the next great game for Mac OS X? 

Beginning Mac OS X Game Development with Cocoa is more than a comprehensive introduction to game programming using Cocoa. It’s both a game theory primer and hands-on guide, taking you from gaming basics to ripsnorting techniques that will make the world quake at your command. As a Mac programmer you are lucky—Cocoa provides all the foundation you need to build pretty much any game you can dream up. You'll take advantage of the application frameworks with its extensive library of support classes, so that you can keep your code clean, concise, and well optimized. As a result you'll spend less time debugging and more time adding features that make your games cool, addictive, and totally unique.

What you'll learn

  • Basic game theory with a Mac OS X flavor
  • Proper game programming practice, including Game Design, Prototyping, and Refactoring
  • The right Cocoa classes to use to write efficient, responsive code 
  • How to liven up all the action with Core Animation
  • Multiplayer interaction and networking with Bonjour and wi-fi
  • Detailed user interface skills
  • What you need to take your Mac OS X game to the iPhone and iPad

  • Who this book is for

    This book is intended for a wide range of developers interested in the same thing—writing games for Mac OS X. Perhaps you know a little Objective-C and want to learn more about Cocoa by writing your first game. Or just as likely, you're an experienced Mac OS X developer and know Apple's developer toolset well, but have never written a game before. Either way, this book will get you started and give you the knowledge you need to write great games with Cocoa.


    Affordable Price at Store
    Buy Low Price From Here Now!





    Related to Items You've Viewed




    Special Offers
    Compare Price Now!



    *** Product Information and Prices Stored: May 31, 2010 09:24:11


    Thanks To : BUY "Flip Flop Sandals" With Affordable Price NOW! Best Price And Reviews On Bagless Canister Vacuum Cleaners Best Deals & Reviews On Picnic Basket Backpacks

    Read more

    Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone

    Great Price "Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone" for $25.58 Today



    I found this book to be a really fun way to learn iPhone development. I started trying to comb through Apple's boring documentation and then came across this book. The book takes a great approach to excercises by always starting with the business problem. But these problems aren't boring problems either. It starts out making a Twitter client! As the book goes on, you'll find yourself diving into other business problems that result in really getting a good feel for the iPhone's features including location and images.

    My only complaints about this book is that as a Java developer, I didn't feel like it explained some of the Objective C that was going on as fully as I would have liked. However, after digging into an Objective C book after completing this one, I've found that what it's lacking really isn't that much. If I could rate this 4.5 stars only for that fact, I would have. I definitely think that this is a close to five star book if you're looking to start learning iPhone app development, but it's definitely higher than a four star book.

    One other suggestion for the authors is that when they update this for iPhone OS4.0, include user coding exercises at the end of the chapter to reinforce the exercises in the chapter.

    Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone Features

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



    Rating :
    Price : $44.99
    Offer Price : $25.58





    Head First iPhone Development: A Learner's Guide to Creating Objective-C Applications for the iPhone Overviews

    Let's say you have an idea for a killer iPhone app. Where do you begin? Head First iPhone Development will help you get your first application up and running in no time. You'll quickly learn to use iPhone SDK tools, including Interface Builder and Xcode, and master Objective-C programming principles that will make your app stand out. It's a complete learning experience for creating eye-catching, top-selling iPhone applications.

    • Put Objective-C core concepts to work, including message passing, protocols, properties, and memory management
    • Take advantage of iPhone patterns such as datasources and delegates
    • Preview your applications in the iPhone Simulator
    • Build complicated interactions that utilize multiple views, data entry/editing, and iPhone rotation
    • Work with iPhone's camera, GPS, and accelerometer
    • Create interactive, entertaining games
    • Optimize, test, and distribute your application

    We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First iPhone Development provides a visually-rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.


    Affordable Price at Store
    Buy Low Price From Here Now!




    Customer Review


    Was not what I wanted - Robert Cook - California, United States
    I respect their attempts to create an engaging book, however the content is probably not going to appeal to you unless you are younger or have serious ADD (Not saying with any insulting tone).

    I personally haven't finished it because it was also not what I was looking for because it started off too much into NIBS and UIBuilder. I was starting at Apple when I purchased it and had to find a better Objective C book.


    More like "Beat Your Head First" iPhone Development - Art Vandelay -
    This book is very sloppily conceived, written, and edited. In a addition to the many typos and omissions that other readers have noted, there are numerous terms used that are never defined. Often the writers will employ multiple undefined terms for the same feature or function, creating further confusion. Overall, the grammar and style is often imprecise, to the point where it often becomes difficult to interpret exactly what the authors mean. The book needs a complete re-edit, by someone who is actually paying attention to the material (and "keystroking" the procedures to ensure that the text actually makes sense). Are all O'Reilly books this poorly presented?



    Related to Items You've Viewed




    Special Offers
    Compare Price Now!



    *** Product Information and Prices Stored: May 24, 2010 16:43:16


    Visit : Best iPhone SDK Textbooks Best Objective-C Programming Textbooks Cheap Price & Reviews On Early Transcendentals Calculus Answers

    Read more

    Learn Objective–C on the Mac (Learn Series)

    Great Price "Learn Objective–C on the Mac (Learn Series)" for $24.71 Today



    It does get to the point, but i bought this book because it said for " students entirely new to programming." Well, I was entirely new and so far I'm on chapter 3 and still hasn't define what "if" statement is and what is an integer which we have used so far in almost every single program so far. They mention so far "you should have some experience on C", from there it kind of hit me, I need to learn c or c++ before getting into objective c, therefore i left the book, took a class of c++ and now i think that the book is very clear and very simple to use. My conclusion is that the book is good as long as you have some sort of c++ background. I think mainly they wanted you to buy there previous books, which are unnecessary since the codes change in objective-c and you have to relearn what you know. It would of been a great book if it would of began explaining from the beginning what the codes and statements were without previous c++ knowledge. Oh, and at the end of every program so far, they put // main which is unnecessary for the program to function, that is just a comment. You need only very basic c++ experience to understand the book since they don't go back to basics explaining what some of the concepts are.
    Oh, it also says on page 5, "in chapter 2 of Dave Mark;s Learn C on Mac walks you through the steps of acquiring, installing, and creating programs with xcode". Basically they are going back to the idea of you purchasing their previous book! I'll tell you right now, just google "download xcode" and it'll take you to that link. I think they could of skip that last quoted sentence and just tell you the link, right?

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





    Learn Objective–C on the Mac (Learn Series) 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 Store
    Buy Low Price From Here Now!




    Customer Review



    Great intro to Obj-C 2.0 - K Trimbach - Mid-Atlantic, USA
    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.



    Related to Items You've Viewed




    Special Offers
    Compare Price Now!



    *** Product Information and Prices Stored: May 17, 2010 13:51:26


    Thanks To : Best iPad Development Textbooks Best Deals, Reviews On Croozer Bicycle Trailer

    Read more

    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 $19.99 Today




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

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




    Price : $34.99
    Offer Price : $19.99



    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: May 15, 2010 01:58:10


    Tags : Best iPhone SDK Textbooks Wordpress : Fire Pit Propane Best Deals & Reviews On Picnic Basket Backpack Best Deals And Reviews On Child Crutches

    Read more

    Learning Cocoa with Objective-C, 2nd Edition

    Great Price "Learning Cocoa with Objective-C, 2nd Edition" for $34.95 Today



    As with most O'reilly books this one is not a let down. I was most impressed to find out that is actually written by Apple Computer and then was handed to James Duncan Davidson to make it flow.

    It has a great explanation of Object Oriented programming as it pertains to Objective-C. Although if you are looking to get into OOP for the first time I would suggest a higher-level language such as Java (the syntax can get in the way of learning the concepts and ideas with Obj-C / C++).

    The book is titled to cover upto MacOS 10.2. I am using Leopard (10.5) and the only differences (so far) are: the GUI screenshots in the book are, well, out of date; and the default naming conventions for Xcode files are different. Neither of these is a big issue though.

    Its a Good book.


    Rating :
    Price : $34.95
    Offer Price : $34.95



    Learning Cocoa with Objective-C, 2nd Edition Overviews

    Based on the Jaguar release of Mac OS X 10.2, this new edition of Learning Cocoa covers the latest updates to the Cocoa frameworks, including examples that use the Address Book and Universal Access APIs. Also included with this edition is a handy quick reference card, charting Cocoa's Foundation and AppKit frameworks, along with an Appendix that includes a listing of resources essential to any Cocoa developer--beginning or advanced. After introducing you to Project Builder and Interface Builder, Learning Cocoa with Objective-C brings you quickly up to speed on the concepts of object-oriented programming with Objective-C, the language of choice for building Cocoa applications. From there, each chapter presents a different sample program for you to build, with easy to follow, step-by-step instructions to teach you the fundamentals of Cocoa programming. The techniques you will learn in each chapter lay the foundation for more advanced techniques and concepts presented in later chapters.

    Affordable Price at Store Check Price Now!



    Customer Review


    A book for Cocoa programmers - Alberto Paderno - Brescia, BS Italy
    The book is an useful guide for who needs to learn Cocoa programming, and needs to learn also Objective-C.


    Low on details - S. Kennedy - Frostburg, MD
    If only Apple put as much effort in its books as it does in its iPods...

    This text skips over all sorts of details regarding the Cocoa framework it purports to teach, while repeating many mundane details (like how to create a project) over and over. The authors focus mostly on Interface Builder. If that is what you need, though, I'd still recommend the Internet instead.



    Related to Items You've Viewed




    *** Product Information and Prices Stored: May 08, 2010 14:39:10


    Recommend : All About GPS Watches Best Price And Reviews On Soft Throw Wordpress : Backpack Picnic Set Wordpress : All About Opal Ring And Earring

    Read more

    Programming in Objective-C 2.0 (2nd Edition)

    Great Price "Programming in Objective-C 2.0 (2nd Edition)" for $23.00 Today



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



    Programming in Objective-C 2.0 (2nd Edition) 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 Store 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.



    Related to Items You've Viewed




    *** Product Information and Prices Stored: May 05, 2010 13:10:37


    Recommend : All About Cat And Dog Collars Best Objective-C Programming Textbooks Best Price And Reviews On 6 Fiberglass Ladder Wordpress : Multivariable Calculus Textbooks

    Read more

    Learn Objective-C for Java Developers (Learn Series)

    Great Price "Learn Objective-C for Java Developers (Learn Series)" for $11.86 Today



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



    Learn Objective-C for Java Developers (Learn Series) 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.




    Related to Items You've Viewed




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


    Related : All About Flip Flop Sandals All About Opal Rings and Earrings Best Deals And Reviews On Cheese Grater Container Best Deals & Reviews On Ray Ban Prescription Sunglasses Best Deals And Reviews On Runner GPS Watch

    Read more