-1

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...

H.Stefek
  • 23
  • 7
  • Possible duplicate of [Is there an easy way to convert Android Application to IPad, IPhone](http://stackoverflow.com/questions/5296545/is-there-an-easy-way-to-convert-android-application-to-ipad-iphone) – Ahlem Jarrar Sep 09 '16 at 10:29

1 Answers1

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.