0
Does any one Code language possess the ability to create apps for both android and IOS
3 Respuestas
+ 2
you can create apps with html, css, js using phonegap etc.
+ 2
Google made J2ObjC which converts Java source code into objective C. You can make you android app in Java, then convert some of the code to objective C for iOS. You will still have to make the UI for iOS in objective C.
https://developers.google.com/j2objc/
I did see a tool somewhere that converts objective C to Java somewhere, but it looked very unfinished.