Developing and running D GUI app on Android
    Elronnd 
    elronnd at elronnd.net
       
    Mon Jan 11 07:38:00 UTC 2021
    
    
  
On Monday, 11 January 2021 at 06:26:41 UTC, evilrat wrote:
> Android itself is just linux under the hood, however the 
> launcher starts java process that fires up your activity class 
> (main in native languages) from there you just call your native 
> code and that's it.
It turns out that you don't strictly need the java wrapper.  See 
https://github.com/cnlohr/rawdrawandroid
    
    
More information about the Digitalmars-d-learn
mailing list