• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Objective-C Fundamentals - Coverage

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone. Could anyone tell me if the book Objective-C Fundamentals covers the following topics:
1. Threading and Performance of iPhone Apps
2. SDK 3.0 features like MapKit, Video and Photo handling
3. Systems integration
4. Integration with Enterprise back ends like Oracle/SAP, etc.

BTW, hope the authors have covered a comparative analysis of the language against C,C++, Perl and Java - so that readers can easily see the abstract structural and syntactic differences.
 
author
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raja,

I have only written parts of the book, so some of the other authors might be more suitable to answer this question, but I'll try:

1. Performance is considered throughout the book and there's a whole chapter about concurrency with GCD.
2. No, to my knowledge those topics are not covered. The book focuses more on the low-level language stuff, plus _some_ frameworks like Core Data for data persistence.
3. I'm not sure what you mean.
4. Nope.

- Johannes
 
Raja Pal
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your reply. W.r.t. point 3, I meant System's Integration of iPhone Apps with other systems, packaing and deploying of the app on a device. That is to say apart from the Language basics and frameworks would it help deploy say an application that was written in Objective-C to a device and show how to integrate with a service? I think I got the answer from your reply, which is "No" this book focuses on the language aspects only!
 
Raja Pal
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BTW, a quick update, I went through a few sample pages, I think it is going to be a great read for me, to catchup with the language as I am new to Objective-C.
 
Can you hear that? That's my theme music. I don't know where it comes from. Check under this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic