What Programming Language is Iphone 4?

by 20 replies
24
Hi,

Can somebody tell me what is the programming language for Iphone 4? I plan to learn it.
Thanks
#programming #iphone #language #programming
  • Objective C for native apps
    Standard web technologies for browser-based apps
  • Hi,

    Thanks a lot.
    • [1] reply
  • No, the two are completely unrelated. The only similarity is that you can program them using standard web technologies.
  • Native iPhone application development language Objective - C and iPhone OS platforms. The platform and the Cocoa Touch layer sitting on top of layered structure. It provides a graphical implementation, event-driven application framework. In the Cocoa Touch layer below the media level, it allows you to write high-quality two-dimensional or three-dimensional graphics applications may also include audio / video and animation.
    • [1] reply

    • Wow.. thanks for the detail explanation.
      ;o)
      • [1] reply
  • does C support java apps?
  • The IOS is programmed in Objective C, which is different from C. And no, it doesn't support Java at all. The web browser does support Java Script, which is totally different from Java.

    You must own a Mac to create IOS applications, and you have to pay Apple at least $99 a year to have your apps listed in the iTunes store, and if you've never programmed before Objective C will drive you stark raving mad crazy (in my opinion). However, if you have a hit you can make a metric buttload of money, so it's a tradeoff.

    (I have 3 apps in the iTunes store, so I speak from experience).
  • Hi,

    Can I just pick up a book name C++ to start learning from it?
    • [1] reply
    • if you are very beginner then you should learn c programming first i suggest
      i will suggest you a book name "Let Us C" written by yashwant kanetkar its one of the best book for learning C.
      if your C programming Base is strong then Objective c will be easier for you.
    • [2] replies
    • in Objective c it is written
    • Apple computers uses objective C for application development for mac systems.
  • Banned
    [DELETED]
  • It's Objective-C. The framework is CoCoa. It's not C.
  • hi,
    iphone sdk4 is available to download now.
    programing language is objective c.
    I will suggest you to buy a book named "apress beginning iphone development"
    it will be helpfull
  • you are better off getting one of the beginning iphone programming by dave lamarche published by apress. As mentioned it is *not* C (symbian or otherwise), although Objective C is a superset of C and it is not C++, but you can compile and link C++ code. Some games for example make use of C++ libraries for physics.

    You have to have a mac, xcode and interface builder (free) and can join the developer program for free to put apps on your own device. If you want to publish apps then its $99 per year.

    Gary
  • Objective C, C++ ,JavaScript And html/css for presentation. Are you planning to make an iphone app?
    • [1] reply

    • Yes I am planning to create one. i have idea but i am not really good in programming..

Next Topics on Trending Feed