2

I spent the last year working on a project that involved mostly java for android but used c++ for some additional libraries through jni. What I would like to do is port the whole project into objective c for ios because I think it would make using the ios libraries that much easier not having to use any wrappers or additional code.

So does anybody know of any good books related to programing in objective c from the eyes of a java programmer. I already have quite a few objective c books and ios books but what Im lacking is the knowledge of how to cross over certain operations on objects and containers and things like that.

Any leads on the matter would be much appreciated.

James andresakis
  • 5,335
  • 9
  • 53
  • 88
  • 1
    http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages – Mayank Apr 02 '12 at 07:57
  • 1
    It's not exactly what you are looking. But you could begin with cocoa migration guide http://developer.apple.com/library/ios/#documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/PortingfromCocoa/PortingfromCocoa.html –  Apr 02 '12 at 08:00
  • Hmmm.....that looks sort of promising thanks. Ill probably keep looking for some books that possibly deal with transferring from one to the other. – James andresakis Apr 02 '12 at 08:26

1 Answers1

1

'Learn Objective-C for Java Developers' - (Apress).
http://books.google.co.nz/books/about/Learn_Objective_C_for_Java_Developers.html?id=2fQBGOU4UfQC&redir_esc=y

Preet Sangha
  • 64,563
  • 18
  • 145
  • 216
hburde
  • 1,441
  • 11
  • 6