Theera Expert Licensed User Longtime User Jan 19, 2025 #1 Refer to https://stackoverflow.com/questions/18407633/converting-java-to-objective-c#18407858 B4X: #If Java and B4A Java Code #Else If Java and B4J Java Code #Else OBJC and B4i Obj C Code #End If Can we use the utility make it easier, or not?
Refer to https://stackoverflow.com/questions/18407633/converting-java-to-objective-c#18407858 B4X: #If Java and B4A Java Code #Else If Java and B4J Java Code #Else OBJC and B4i Obj C Code #End If Can we use the utility make it easier, or not?
aeric Expert Licensed User Longtime User Jan 19, 2025 #2 Depends on situation. B4X: #If Java #If B4A 'Java Code for B4A #Else 'Java Code for B4J #End If #End If #If OBJC 'Obj-C Code for B4i #End If Upvote 0
Depends on situation. B4X: #If Java #If B4A 'Java Code for B4A #Else 'Java Code for B4J #End If #End If #If OBJC 'Obj-C Code for B4i #End If
Theera Expert Licensed User Longtime User Jan 19, 2025 #3 Now I have java Code for create Cutting Thai words in the sentence.,and I have use utility online to convert javaCode to ObjC.Tomorrow, I will test with B4A and B4J. Upvote 0
Now I have java Code for create Cutting Thai words in the sentence.,and I have use utility online to convert javaCode to ObjC.Tomorrow, I will test with B4A and B4J.
E emexes Expert Licensed User Jan 19, 2025 #4 I have a vague recollection of B4X "inline code" actually being "added at the bottom code" ie you can add complete Java functions, but I'm not so sure that you can add lines of Java code inside B4X functions Upvote 0
I have a vague recollection of B4X "inline code" actually being "added at the bottom code" ie you can add complete Java functions, but I'm not so sure that you can add lines of Java code inside B4X functions