dlangui icon indicating copy to clipboard operation
dlangui copied to clipboard

Android Background Service

Open ohenepee opened this issue 7 years ago • 1 comments

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.

ohenepee avatar Jul 11 '17 09:07 ohenepee

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.

buggins avatar Jul 13 '17 06:07 buggins