Android Question Load .dex at run time

Peppe B

Active Member
Licensed User
How can I execute parts of my code at runtime.

I searched about DexClassLoader, but I did not find anything related to B4A
 

DonManfred

Expert
Licensed User
Longtime User
How can I execute parts of my code at runtime.

You run code through calling a method.
You apk already includes all your code.

You can not load any dex (other compiled sources) at runtime. It is not possible.
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Similar Threads

D
  • Question
Android Question You may try using multi-dex
Replies
7
Views
1K
Deleted member 103
D
D
  • Question
Android Question Activity_Resume run 2 times
2 3 4
Replies
65
Views
6K
Deleted member 103
D
Top