B4A Tutorial Inline Java Code - Erel    Feb 24, 2022   (168 reactions) The next versions of B4A (4.30) and B4J (2.80) will allow you to embed Java code inside your B4X code. B4i supports similar feature with Objective C.
The purpose of this feature is to make it easier to access third party SDKs and also to allow developers to add existing Java code snippets to their B4A Question How to get Exact Internal Memory and External Left on Android Phone - Erel (first post)    Dec 06, 2023   (2 reactions) It is quite simple to add this code an inline java. See the attached project. Whether it returns the correct values is a different question. B4A Question Inline Java code - DonManfred (first post)    Oct 05, 2017   (1 reaction) is not the same as
setwificonfig(string ssid, string sharedkey)
The later one expects TWO Strings. But you are giving one Array.
Rewrite the java method to expect a array and split it in the java method into two strings.... B4A Question Can I write code instead of using the designer? - William Lancee (first post)    Jan 24, 2023 If you want a very good example of inline Java look at the code in https://www.b4x.com/android/forum/threads/b4j-sudoku.145630/ @Johan Schoeman and @stevel05 are masters in the use of it As well as many other members Wish Inline Java - Erel (first post)    Jun 24, 2018 You mean B4X code.
The inline Java feature should almost never be used. I see many cases where developers use it instead of writing B4X code or using JavaObject to access Java API from B4X code. B4A Question Inline Java in a Code or Class Module - Erel (first post)    Aug 12, 2015 See the example attached to the tutorial: https://www.b4x.-java-code.50141/
It is possible to add inline code to all modules. Wish Inline Java? - Troberg    Jan 28, 2015 Now, I've not thought this through, and it's a complex issue with many aspects, so please bear with me and think of it as a very vague idea that might work (or not). I'm just posting it to get some input and thoughts.
Some languages, such as C (and it's variants), many .Net languages and PowerBasi B4A Question System font size problem - tagwato (first post)    Apr 10, 2023   (3 reactions) About that Java Inline code, I managed to make it work. The secret is to force finish the Activity and restart it again, so that the new setting is applied. Attached a test project demonstrating this possibility. The size of the texts is applied to the whole app and the new setting has effect on eve B4A Question Possible for Inline Java? - Erel (first post)    Apr 18, 2024   (3 reactions) https://www.b4x.-documentscanner-based-on-google-ml-kit.160560/ Wish Inline Java In Situ - Informatix (first post)    Oct 13, 2015 I completely agree with Cimperia. Inline Java, as it works currently, is very slow. Having the possibility to embed Java lines directly in a B4A sub, with no translation (or maybe a conversion of the variable names; MyVar -> _myvar) would be a great feature and would be very useful to get the best p Page: 1   2   3   4   5   6   7   Powered by ColBERT |