[java] Creating libraries for B4A
New video tutorial is available here: http://www.b4x.com/forum/libraries-developers-questions/12431-video-tutorial-creating-simple-library.html Basic4android has a very good support for external libraries. In fact almost all of the internal keywords are loaded from an external library (Core...

[บทเรียน, B4X]การเรียกใช้ ฟังก์ชันในJavaCode Inline ในภาษาB4X
ขอขอบคุณJohan ชาวแอฟริกาใต้ และ Alexanderชาวเยอรมนี ณ ที่นี้ด้วย https://www.b4x.com/android/forum/threads/solved-how-convert-java-code-in-be-b4x-code.165256/ หมายเหตุ อย่าลืมเปรียบเทียบโค้ดหาจุดความแตกต่างระหว่างNot-B4XPages กับ B4XPages ที่Post #2 ควรศึกษาเพิ่มเติม

Inline Objective C code
B4i v1.80 adds support for inline Objective C code. This means that you can add Objective C code to your modules and they will be compiled together with all other code. You can then use NativeObject to call the methods that you added. The native code cannot be debugged. The Objective C code...

Last edited: