AndroidHotSwapCodeExample
AndroidHotSwapCodeExample copied to clipboard
How to load java code at run-time. Update parts of your app silently with out needing a full APK update.
AndroidHotSwapCodeExample
How to load java code at run-time. Update parts of your app silently with out needing a full APK update.
Both library projects dynamicmodule and dynamicmodule2 are loaded at runtime. Potentially this code could be downloaded from a server.
This example shows how you add code to Android project that was not compiled into the original APK.