Search

Showing posts with label Learn. Show all posts
Showing posts with label Learn. Show all posts

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

Learn Xcode Tools for Mac OS X and iPhone Development (Learn Series)

Great Price "Learn Xcode Tools for Mac OS X and iPhone Development (Learn Series)" for $20.02 Today



Excellent presentation of Xcode tools suite for Mac OS X and iPhone development. Shows how to use many facilities of Xcode tools suite that provide a grounding for your own development. Good examples get you started and are easily expanded. Very enjoyable presentation. Author promptly replies to direct requests for support. Helped me through a problem with Source Code Management facility.

Learn Xcode Tools for Mac OS X and iPhone Development (Learn Series) Features

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



Rating :
Price : $44.99
Offer Price : $20.02



Learn Xcode Tools for Mac OS X and iPhone Development (Learn Series) Overviews

This book will give you a thorough grounding in the principal and supporting tools and technologies that make up the Xcode Developer Tools suite. Apple has provided a comprehensive collection of developer tools, and this is the first book to examine the complete Apple programming environment for both Mac OS X and iPhone.

  • Comprehensive coverage of all the Xcode developer tools
  • Additional coverage of useful third-party development tools
  • Not just a survey of features, but a serious examination of the complete development process for Mac OS X and iPhone applications

What you’ll learn

  • The book is holistic, providing a comprehensive sweep across the available development tools.
  • The book is structured, taking a logical and progressive journey from the basics to a firm understanding of the purposes, benefits, and limitations of each component of Xcode’s developer tools.
  • The tone is friendly and accessible—we wouldn’t have it any other way.
  • The book fills a niche—there is no other single book that focuses on this collection of developer tools.

Who is this book for?

All Mac OS X and iPhone developers who want to develop applications more efficiently by taking advantage of all the tools Apple offers in its Xcode suite, as well as many indispensable third-party tools.

Affordable Price at Store Check Price Now!



Customer Review



This book gives me a lot of Xcode!! - Peter Hwang -
Last year, I participated in an iPhone project.
Even though I have lots of software developing experiences, that was not so easy for me.
Because I didn't know much about Xcode Tools.

While I'm reading this book, I am surprised that Xcode has so many features that I didn't know.
This book is pretty easy to read and understand and useful to me. :D



Related to Items You've Viewed




*** Product Information and Prices Stored: May 03, 2010 12:58:44


My Links : Buy "iPad, iPhone and iPod Touch Programming" Book All About Bicycle Trailers - Best Deals, Discounts Best Deals, Reviews On Instep Pathfinder Bicycle Trailer Wordpress : All About Cat And Dog Collars Wordpress : All About GPS Watches

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