dlangui
dlangui copied to clipboard
Android Background Service
Is there anyway to building an Android app with a background process (a.k.a Android Service) with dlangui
I can't seem to find anyway of doing that.
Currently DlangUI on Android uses NativeActivity. It's possible modify DlangUI android support code to allow calling native methods from Java. E.g. using GLView for UI rendered by DlangUI. It requires writing some code in Java.