4

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.

Stan
  • 25,744
  • 53
  • 164
  • 242
  • 1
    Possible duplicate of http://stackoverflow.com/q/5393844/716216 and numerous other questions. – Mick MacCallum Mar 23 '12 at 16:26
  • possible duplicate of [Technology to write iPhone, BlackBerry and Android phone at the same time?](http://stackoverflow.com/questions/821085/technology-to-write-iphone-blackberry-and-android-phone-at-the-same-time) – Brad Larson Mar 23 '12 at 17:10

4 Answers4

8
Ry-
  • 218,210
  • 55
  • 464
  • 476
uday
  • 8,544
  • 4
  • 30
  • 54
1

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

hotpaw2
  • 70,107
  • 14
  • 90
  • 153
0

Phonegap is very popular for it. it can create cross platform mobile applications.

Anurag Ramdasan
  • 4,189
  • 4
  • 31
  • 53
0

You can use phonegap or you can just make a website

bwoogie
  • 4,339
  • 12
  • 39
  • 72