Possible Duplicate:
Android & iOS: How to develop for both?
Basically I am looking for a tool (preferably on windows as I don’t currently have a mac) that would allow me to write apps for both android and IOS. I am resonably proficient in java and C# with a little C++ but I haven’t looked into the mobile environement yet. Is there an IDE/tool that would allow me to develop both types of apps on one machine?
Apart from Monotouch, which I believe uses C#, there are a few others.
There is Phonegap, which uses HTML5 and jquery mobile. Works well on iOs, not so much on Android.
Then there’s Titanium, coding is done mostly in JS. Works great on both, but it’s quite hard to use JS to build an interface.