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