View Single Post
Old 11-27-2011, 04:07 PM   PM User | #7
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,602
Thanks: 2
Thanked 398 Times in 391 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Quote:
Originally Posted by devinmaking View Post
So what code would fit all phones or do you have to code different for each phone?

As i doubt windows phones and apple phones are php orientated, windows in my guess would be C+
No code will work for all three. iOS apps are written in Objective-C, Android apps are written in Java, and Windows apps are written in Silverlight. There are some crossover compilers that allow you to write your code using a common API and compile to different native apps, but you sacrifice some performance doing that. Titanium Mobile, PhoneGap, and Adobe Air are a few of the programs that can compile for multiple phone OS's.
Inigoesdr is offline   Reply With Quote