Thread overview
iOS Apps in D
May 31, 2017
Oleksii
May 31, 2017
solidstate1991
Jun 05, 2017
Joakim
May 31, 2017
Hi everybody,

Perhaps this topic has been raised many times before, but I'm going to go back to it anyways :-P

Are there any good reference materials and/or tutorials on programming for iOS and Android in D? I wonder if anybody could share their story of success with D on mobile?

Thanks,
--
Oleksii
May 31, 2017
On Wednesday, 31 May 2017 at 12:49:38 UTC, Oleksii wrote:
> Hi everybody,
>
> Perhaps this topic has been raised many times before, but I'm going to go back to it anyways :-P
>
> Are there any good reference materials and/or tutorials on programming for iOS and Android in D? I wonder if anybody could share their story of success with D on mobile?
>
> Thanks,
> --
> Oleksii

There's some success on developing for Android under D via LDC, the compiler for iOS is even more experimental due to the closedness of the system (although not as bad as Windows Phone). x86 Android isn't that much tested at this time.
June 05, 2017
On Wednesday, 31 May 2017 at 12:49:38 UTC, Oleksii wrote:
> Hi everybody,
>
> Perhaps this topic has been raised many times before, but I'm going to go back to it anyways :-P
>
> Are there any good reference materials and/or tutorials on programming for iOS and Android in D?

Other than this wiki page that shows you how to build a basic Android app and the README for the iOS port, no:

https://wiki.dlang.org/Build_LDC_for_Android
https://github.com/smolt/ldc-iphone-dev/blob/master/README.md

> I wonder if anybody could share their story of success with D on mobile?

I don't think there has been one.  The closest is this demo of porting some DlangUI apps to Android:

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