I want to develop and deploy application on iPhone and Android.
However there is a problem, as far as I know iPhone is using XCode and Objective-C, plus I can't even develop iPhone applications on Windows/Linux. Android is using Java.
So basically I will need to develop two different products.
My question is - is there some kind of framework I can use to build one application which runs on iPhone and Android or is making two separate applications my only option?
As far as I can see most of these 'frameworks' are working like browsers. You see website using WebKit on Android/iOS the same anyway.