Ebook Free Learn Objective-C for Java Developers (Learn Series), by James Bucanek
Downloading guide Learn Objective-C For Java Developers (Learn Series), By James Bucanek in this web site lists can provide you more benefits. It will certainly show you the very best book collections and finished compilations. A lot of publications can be located in this website. So, this is not only this Learn Objective-C For Java Developers (Learn Series), By James Bucanek Nevertheless, this book is referred to read considering that it is an inspiring book to give you much more opportunity to obtain experiences and ideas. This is straightforward, check out the soft file of guide Learn Objective-C For Java Developers (Learn Series), By James Bucanek as well as you get it.
Learn Objective-C for Java Developers (Learn Series), by James Bucanek
Ebook Free Learn Objective-C for Java Developers (Learn Series), by James Bucanek
Learn Objective-C For Java Developers (Learn Series), By James Bucanek. Let's review! We will often discover out this sentence almost everywhere. When still being a children, mama used to get us to always read, so did the teacher. Some books Learn Objective-C For Java Developers (Learn Series), By James Bucanek are completely reviewed in a week and we need the responsibility to support reading Learn Objective-C For Java Developers (Learn Series), By James Bucanek Just what around now? Do you still like reading? Is reading only for you who have obligation? Never! We here offer you a brand-new publication entitled Learn Objective-C For Java Developers (Learn Series), By James Bucanek to check out.
This publication Learn Objective-C For Java Developers (Learn Series), By James Bucanek is expected to be one of the best vendor publication that will make you really feel completely satisfied to buy and also read it for finished. As recognized could typical, every book will have certain things that will make a person interested a lot. Even it comes from the author, kind, content, as well as the publisher. Nevertheless, many individuals additionally take guide Learn Objective-C For Java Developers (Learn Series), By James Bucanek based upon the theme and title that make them impressed in. and below, this Learn Objective-C For Java Developers (Learn Series), By James Bucanek is very recommended for you since it has fascinating title as well as motif to read.
Are you really a follower of this Learn Objective-C For Java Developers (Learn Series), By James Bucanek If that's so, why do not you take this book currently? Be the first individual who such as as well as lead this book Learn Objective-C For Java Developers (Learn Series), By James Bucanek, so you can obtain the reason and messages from this book. Don't bother to be confused where to obtain it. As the other, we share the link to visit as well as download and install the soft data ebook Learn Objective-C For Java Developers (Learn Series), By James Bucanek So, you could not lug the printed book Learn Objective-C For Java Developers (Learn Series), By James Bucanek everywhere.
The existence of the online book or soft file of the Learn Objective-C For Java Developers (Learn Series), By James Bucanek will ease individuals to obtain the book. It will additionally conserve even more time to just look the title or writer or author to obtain up until your publication Learn Objective-C For Java Developers (Learn Series), By James Bucanek is exposed. Then, you can visit the web link download to visit that is supplied by this internet site. So, this will certainly be an excellent time to begin appreciating this publication Learn Objective-C For Java Developers (Learn Series), By James Bucanek to check out. Constantly good time with book Learn Objective-C For Java Developers (Learn Series), By James Bucanek, constantly great time with money to spend!
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 has dreamed 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
- Sales Rank: #1952155 in Books
- Brand: Brand: Apress
- Published on: 2009-09-24
- Original language: English
- Number of items: 1
- Dimensions: 9.50" h x 1.18" w x 7.77" l, 1.61 pounds
- Binding: Paperback
- 520 pages
- Used Book in Good Condition
About the Author
James Bucanek is a professional software engineer, with over 25 years of experience in software and systems development. He is the author of Beginning Xcode and the holder of a network patent. Having made the transition to Mac OS X many years ago, he has never looked back.
Most helpful customer reviews
16 of 16 people found the following review helpful.
A must read for java developers who wants to learn Objective-C
By H. Wu
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.
25 of 29 people found the following review helpful.
Ok..but...!
By KbK
I am a java developer and I rushed to buy this book after finding this title on the web. I was hoping that the transition from Java to Objective C would be very easy.
But here is my opinion:
I started reading this book and found that the first few chapters were ok..but eventually stopped reading since I felt like there is lot of new information about Objective C the author is trying to say in single section in multiple places. It took me a lot of time understanding some of the concepts because of the above reason.
I bought this because I thought I could leverage my Java knowledge and come upto speed on Objective C. Though there are comparisons of Syntax between Java and Objective-C then and there, I felt it not very useful to leverage the Java concepts easily. There weren't enough detailed explanation of the examples whenever there are new concepts.
Instead I tried the following:
Googled and took a free online crash course in C which took a day of my time.
Then I started reading the book 'Learn Objective C on the Mac' by the same publisher. I loved the book. The book teaches the objective C concepts step by step and with detailed explanation of concepts incrementally.
Now, I am continue to stick with the second book and learning Objective C
6 of 6 people found the following review helpful.
I needed this book a year ago, but am thrilled it is finally here
By Matthew McCullough
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.
Learn Objective-C for Java Developers (Learn Series), by James Bucanek PDF
Learn Objective-C for Java Developers (Learn Series), by James Bucanek EPub
Learn Objective-C for Java Developers (Learn Series), by James Bucanek Doc
Learn Objective-C for Java Developers (Learn Series), by James Bucanek iBooks
Learn Objective-C for Java Developers (Learn Series), by James Bucanek rtf
Learn Objective-C for Java Developers (Learn Series), by James Bucanek Mobipocket
Learn Objective-C for Java Developers (Learn Series), by James Bucanek Kindle
Tidak ada komentar:
Posting Komentar