<div class="gmail_quote">On 28 January 2012 14:58, Chad J <span dir="ltr"><chadjoan@__<a href="http://spam.is.bad__gmail.com">spam.is.bad__gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 01/28/2012 05:08 AM, Nick Sabalausky wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What's the current state of D on iOS and Android? I know someone has been<br>
working on connecting D up to Objective-C somehow, and either GDC or LDC has<br>
at least partial support for Arm (but with some caveats, right?).<br>
<br>
Has anyone actually made anything in D on iOS and/or Android? It is feasable<br>
yet? (On just one, or on both?) If not, what's needed?<br>
<br>
<br>
</blockquote>
<br></div></div>
The state of D on Android ...<br>
<a href="http://interaxiom.blogspot.com/2011/08/android-d-stuff.html" target="_blank">http://interaxiom.blogspot.<u></u>com/2011/08/android-d-stuff.<u></u>html</a><br>
... seems to be unmaintained?<br>
<br>
I want this.  And if there's any way D android apps could run without rooting the phone, then I /really/ want this.<br>
</blockquote></div><br><div>Since Android 2.3 it has been possible to run fully native apps, and a GDC for android will work just as well as any C compiler, although some work will have to be done to produce bindings for the NDK libraries.</div>
<div>What I'm most excited about is being able to use D to wrap the NDK libraries to create an android experience that's very similar to the Android Java API's, but with native code throughout.</div>