Quote:
Originally Posted by devinmaking
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.