www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - iOS Apps in D

reply Oleksii <al.skidan gmail.com> writes:
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
next sibling parent solidstate1991 <laszloszeremi outlook.com> writes:
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.
May 31 2017
prev sibling parent Joakim <dlang joakim.fea.st> writes:
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
Jun 05 2017