Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any framework that works on Android and iPhone

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.

like image 271
Stan Avatar asked Jan 18 '23 03:01

Stan


2 Answers

  • PhoneGap - uses HTML5 & JavaScript/jQuery Mobile.

  • Rhodes - uses Ruby & JavaScript/jQuery Mobile

  • Titanium

  • MoSync

like image 109
uday Avatar answered Jan 20 '23 16:01

uday


The NSBasic IDE will translate their variant of Basic code into cross-platform Javascript.

like image 36
hotpaw2 Avatar answered Jan 20 '23 15:01

hotpaw2