A apty Active Member Licensed User Longtime User May 14, 2021 #1 Is it possible to dynamically load classes in B4A? like in example on the link below?If so, how can i do it? https://kalpeshchandora12.medium.com/dynamic-code-loading-in-android-dea83ba3bc85
Is it possible to dynamically load classes in B4A? like in example on the link below?If so, how can i do it? https://kalpeshchandora12.medium.com/dynamic-code-loading-in-android-dea83ba3bc85
Erel B4X founder Staff member Licensed User Longtime User May 16, 2021 #2 As B4A code is compiled to regular 'dexed' code, it is technically possible to do the same as explained in this blog. However it will be complicated and likely unreliable. I don't see it to be too practical. Upvote 0
As B4A code is compiled to regular 'dexed' code, it is technically possible to do the same as explained in this blog. However it will be complicated and likely unreliable. I don't see it to be too practical.