Are there any frameworks that work on Android and iPhone?

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.

+4
source share
4 answers
+8
source

NSBasic IDE will translate its version of the base code into cross-platform Javascript.

+1
source

The phone game is very popular. he can create cross-platform mobile applications.

0
source

You can use phonegap, or you can just create a website

0
source

Source: https://habr.com/ru/post/1403111/


All Articles