I have created an app in Android Studio. I want to make it work on iOS too. Is it possible to open it in xcode and somehow translate it to obj C and build it to make it work? EDIT: I have seen j2objc project but I can't figure out how it works...
Asked
Active
Viewed 126 times
1 Answers
0
I think this is not possible although there are Java to C++ converters but android to ios,I don't think so you'll have to create new application for ios in swift (xcode).I don't know about j2objc but I still think its better to develop fresh application for a new language.

Abeer Qamar
- 26
- 3
-
I started it already... I hope it wont take me too long to create it... – H.Stefek Sep 09 '16 at 10:24
-