JopSchaap / trustchain-superapp

Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
GNU General Public License v3.0
0 stars 0 forks source link

Research how to add apps to the main screen #43

Closed JopSchaap closed 6 months ago

JopSchaap commented 6 months ago

So there seems to be a way to overwrite the default class loader: https://developer.android.com/reference/java/lang/ClassLoader

*Applications implement subclasses of ClassLoader in order to extend the manner in which the Java virtual machine dynamically loads classes.