Any Advice On Learning To Write An iPhone App?

Discussion in 'Science, Technology, and Green Energy' started by samson1701, Jul 12, 2015.

  1. samson1701

    samson1701 Well-Known Member

    I want to create an iOS and eventually an Android. The idea I have is very, very simple. Anyone have any experience with learning to create basic Mobil apps?
     
  2. Beasty

    Beasty Well-Known Member

    Damn. Either I forgot or didn't know this was here. You find out anything?

    I don't know about apple but you would need to know Java for Android. For operating systems you need to know the C language, because it's a lower language meaning it interacts directly with the processor. A higher language like Java would be to slow for that because it has to go through the virtual machine to talk to the processor.

    Both higher and lower languages have their advantages. Java is an interpreted language and C is a compiled language. Java will be better for most of your apps. Lower languages like C is closer to the engineering world.
     

Share This Page