Hello guys

Hello guys,

I am wondering how does TurboCocoa make possible to subclass Java types from Delphi (I don't want to create a competitor :D), for iOS, you can use the Objective-C runtime and create classes on the fly, for Android, hacking/hooking the Android Runtime doesn't seem a pretty idea for questions of compatibility with future versions, injecting Java code by dynamic loading a DEX file seems to be the way to go? I am just curious how it can be made :D

Thanks.

Comments

Post a Comment