Is there any other language besides Java that will work everywhere on mobile devices?

I'm trying to write a fraudulent game for my blackberry and hopefully any other phone that supports some kind of JVM.

Since I use Java in my work, I am looking to write a game in another language, but I can not find a language that will work on several phones.

Am I stuck with Java?

+3
source share
5 answers

Android, , , Scala, . Scala Android. Scala - Java. , - Java; , Android-.

+2

Java. , , J2ME Java SE, Java VM Java 5, , , Java 1.4.

+1

Lua ( ), C API. , , , , API- API- Java API- , .

0
source

In fact, C ++ is pretty widely supported at this point. However, you are completely stuck in Java for Blackberry.

0
source

Technically, I think the second (the very first JavaME is the first) most widely deployed runtime in the world is Flash Lite.

It would be nice to use it to develop your game - this is a completely different matter.

Number three is Symbian OS C ++, but it will not work on your Blackberry.

0
source

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


All Articles