I want to develop and deploy an application on iPhone and Android.
However, there is a problem, as far as I know, iPhone uses Xcode and Objective-C, plus I canβt even develop iPhone applications on Windows / Linux. Android uses Java.
So basically I will need to develop two different products.
My question is: is there some kind of infrastructure that I can use to create one application that works on iPhone and Android, or makes two separate applications my only option?
As far as I can see, most of these frameworks work as browsers. You still see the website using WebKit on Android / iOS.
source share