so my basic understanding so far is that if I use java to create my app that it will run on both android and ios, with that one app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

so my basic understanding so far is that if I use java to create my app that it will run on both android and ios, with that one app

29th Jun 2016, 8:16 PM
Helena Janse van Rensburg
4 Answers
0
Unfortunately no. IOS doesn't have a JVM to run the code directly. IOS is run on objective C. There are programs that allow you to write in Java for iOS though, a Google search will help you there.
29th Jun 2016, 11:51 PM
James
James - avatar
0
thank you James
30th Jun 2016, 5:22 AM
Helena Janse van Rensburg
0
the main objective of developing java was to create platform independent application.. which means compile once and use everywhere... but you must have jre and jvm installed in that platform
30th Jun 2016, 3:48 PM
Suraj Gahatraj
0
download Xamarin or check Xamarin website
30th Jun 2016, 7:45 PM
jayk600
jayk600 - avatar