there. Like more peoples, I need to customize my android app behaviour using "something" external like plugin. My idea is to download some APK file (not jar) and dinamically load a class from it to do some operation. I'm searching over the web but never found useful information about:
1) convert an APK without activities that exposes my required classes in something "agregate" useful for dexclassloader
2) how load and invoke it at runtime from my app
3) acquire know how about dexclassloader trouble related to different android versions. Note that I'm working with jeallybean and nougat too.
I found some (incomplete) post that not include all informations needed, post related to JAR insthead APK like this:
http://www.marioalmeida.eu/2015/01/27/how-to-easy-way-load-apk-classes-using-dexclassloader/
Note that I need APK insthad JAR about using Sqlite database on devices and other things like NFC.
But, I hope in my open mind. So, if some people has alternative ideas, I 'll evalutate.
TIA.
CN