You start on the Apple iOS developer site, possibly by picking up a book or two, learning Objective-C, and buying a Mac if you don't already have one.
Yes, it will confuse you learning both at the same time: if you were more advanced at Java/programming in general, I don't think it would be a major issue. But it's even *more* important when using C-like languages to pay very close attention to what you're doing. And if your OO fundamentals are weak, the combination of C and Smalltalk isn't likely to go over very well.
Dmitri Makovetskiy
Ranch Hand
Joined: Jun 21, 2010
Posts: 128
posted
0
David Newton wrote:You start on the Apple iOS developer site, possibly by picking up a book or two, learning Objective-C, and buying a Mac if you don't already have one.
Yes, it will confuse you learning both at the same time: if you were more advanced at Java/programming in general, I don't think it would be a major issue. But it's even *more* important when using C-like languages to pay very close attention to what you're doing. And if your OO fundamentals are weak, the combination of C and Smalltalk isn't likely to go over very well.
thank you for pointing this up.
i need to be patient :(
what if i learned iphone first and java then, a question, just for curiousity
You're a ways off from being able to provide those services--best to focus on basics for now.
Dmitri Makovetskiy
Ranch Hand
Joined: Jun 21, 2010
Posts: 128
posted
0
David Newton wrote:You're a ways off from being able to provide those services--best to focus on basics for now.
we are not talking about now, we are talking about future.
how difficult is it to convert a webpage from pc to iphone?
albert thomsan
Greenhorn
Joined: Oct 18, 2010
Posts: 5
posted
0
I believe that everything is possible in the world and that is why I am thinking that we can learn iPhone by ourself. We just have to knowledge of Jaba and other programming language so that we can know tabout its used functions and programming.
Everything is possibe in the world.You just keep up the hard work and you will get the success.
albert thomsan wrote:I believe that everything is possible in the world and that is why I am thinking that we can learn iPhone by ourself. We just have to knowledge of Jaba and other programming language so that we can know tabout its used functions and programming.
In case Jaba means Java then no, Java can't be used to do iOS programming.
A good C background is pretty good to have as Objective-C is a superset built on C language.
Frank kevin
Greenhorn
Joined: Jan 06, 2011
Posts: 3
posted
0
It is possible to learn iPhone development by yourself. You should have a good basic understanding of objective C and Cocoa. You can find many useful resources of iPhone development online.
gourav kumar
Greenhorn
Joined: Jun 20, 2011
Posts: 10
posted
0
David Newton wrote:You start on the Apple iOS developer site, possibly by picking up a book or two, learning Objective-C, and buying a Mac if you don't already have one.
Yes, it will confuse you learning both at the same time: if you were more advanced at Java/programming in general, I don't think it would be a major issue. But it's even *more* important when using C-like languages to pay very close attention to what you're doing. And if your OO fundamentals are weak, the combination of C and Smalltalk isn't likely to go over very well.
Thanks for the supportive answer. It is really very helpful.