Use code from other language for your project

Hello,
hope everyone is fine. I have a question:
If i have an Swift code for iOS and a java code for Android, both doing the same staff, how can i include them in my app in order to get this staff done.

Hi @dolsom, check out the foreign code section of the docs: https://fuseopen.com/docs/native-interop/foreign-code.html

Currently for Swift, you’ll have to call the functions from Obj-C: https://fuseopen.com/docs/native-interop/foreign-code.html#swift

Thanks, @aeq. I’ll check this out and show you the retuen.