Using D in Android App

Vadim Lopatin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 21 08:59:12 PDT 2016


On Saturday, 16 April 2016 at 04:04:24 UTC, Justice wrote:
> Is it difficult to create a D business like app and connect it 
> to android through java for the interface?
>
> I'd rather create all the complex stuff in D and either use it 
> natively through java(I need a UI).
>
> If it is workable, can the same be said for IOS(just recompile 
> the D source to the IOS architecture then use it in an IOS app 
> for the ui)?

I've added basic Android support to DlangUI library recently.

http://forum.dlang.org/thread/cdekkumjynhqoxvmgjze@forum.dlang.org

DlangUI is cross platform GUI library for D.
Your source code will be compiled on Windows, Linux, Mac and 
Android.

https://github.com/buggins/dlangui

I hope Android backend will become usable soon (still need to add 
support of timers, text input (with onscreen keyboard), 
animation, user messages).

iOS support will probably be added in future.



More information about the Digitalmars-d-learn mailing list