Jump to page: 1 26  
Page
Thread overview
My Android project nearing beta
Dec 16, 2019
Adam D. Ruppe
Dec 16, 2019
GreatSam4sure
Dec 16, 2019
GreatSam4sure
Dec 16, 2019
GreatSam4sure
Dec 17, 2019
Adam D. Ruppe
Dec 17, 2019
GreatSam4sure
Dec 17, 2019
H. S. Teoh
Dec 17, 2019
bachmeier
Dec 17, 2019
jmh530
Dec 17, 2019
H. S. Teoh
Dec 17, 2019
H. S. Teoh
Dec 17, 2019
Adam D. Ruppe
Dec 18, 2019
Adam D. Ruppe
Dec 19, 2019
Andre Pany
Dec 19, 2019
Adam D. Ruppe
Dec 17, 2019
Adam D. Ruppe
Dec 17, 2019
Murilo
Dec 17, 2019
aberba
Dec 17, 2019
Adam D. Ruppe
Dec 17, 2019
bachmeier
Dec 17, 2019
Adam D. Ruppe
Dec 17, 2019
kinke
Dec 17, 2019
H. S. Teoh
Dec 18, 2019
kinke
Dec 18, 2019
Adam D. Ruppe
Dec 18, 2019
kinke
Dec 18, 2019
Adam D. Ruppe
Dec 18, 2019
kinke
Dec 18, 2019
Adam D. Ruppe
Dec 31, 2019
Adam D. Ruppe
Dec 31, 2019
Andre Pany
Jan 01, 2020
visitor
Jan 01, 2020
Adam D. Ruppe
Jan 01, 2020
visitor
Jan 01, 2020
Adam D. Ruppe
Jan 01, 2020
Adam D. Ruppe
Jan 01, 2020
bachmeier
Jan 01, 2020
Adam D. Ruppe
Jan 01, 2020
bachmeier
Jan 01, 2020
Adam D. Ruppe
Jan 02, 2020
visitor
Jan 02, 2020
Adam D. Ruppe
Jan 04, 2020
visitor
Jan 05, 2020
visitor
Jan 05, 2020
H. S. Teoh
Jan 06, 2020
Adam D. Ruppe
Jan 06, 2020
visitor
Jan 06, 2020
Adam D. Ruppe
Jan 06, 2020
Laeeth Isharc
Jan 07, 2020
Adam D. Ruppe
Jan 02, 2020
suncarpet
Jan 08, 2020
Chris
Jan 08, 2020
Adam D. Ruppe
Jan 08, 2020
Chris
Jan 10, 2020
Adam D. Ruppe
December 16, 2019
I'm gonna drop the link here without further comment:

https://github.com/adamdruppe/d_android

hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :)

let me know if you find any success or failure playing with it.
December 16, 2019
On Monday, 16 December 2019 at 21:37:51 UTC, Adam D. Ruppe wrote:
> I'm gonna drop the link here without further comment:
>
> https://github.com/adamdruppe/d_android
>
> hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :)
>
> let me know if you find any success or failure playing with it.

Thanks, a lot really happy with this project.

Pls can we start you android studio to set up things like java, kotlin, and C++

In that, we can register the presence of D on Android strongly.

Once again thanks

December 16, 2019
On Monday, 16 December 2019 at 21:37:51 UTC, Adam D. Ruppe wrote:
> I'm gonna drop the link here without further comment:
>
> https://github.com/adamdruppe/d_android
>
> hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :)
>
> let me know if you find any success or failure playing with it.

Thanks, a lot, I am really happy with this project.

Pls can we start using android studio to set up things just like java, kotlin, and C++

In that way, we can register strongly the presence of D on Android.

Once again thanks

December 16, 2019
On Monday, 16 December 2019 at 21:37:51 UTC, Adam D. Ruppe wrote:
> I'm gonna drop the link here without further comment:
>
> https://github.com/adamdruppe/d_android
>
> hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :)
>
> let me know if you find any success or failure playing with it.

I will appreciate a step by step tutorial on how to get things setup and running dlang android app
December 17, 2019
On Monday, 16 December 2019 at 23:23:08 UTC, GreatSam4sure wrote:
> I will appreciate a step by step tutorial on how to get things setup and running dlang android app

Did the website there help you at all?
December 17, 2019
On Tuesday, 17 December 2019 at 00:41:01 UTC, Adam D. Ruppe wrote:
> On Monday, 16 December 2019 at 23:23:08 UTC, GreatSam4sure wrote:
>> I will appreciate a step by step tutorial on how to get things setup and running dlang android app
>
> Did the website there help you at all?

No sir, that is the reason for the request for a tutorial.
December 17, 2019
On Mon, Dec 16, 2019 at 09:37:51PM +0000, Adam D. Ruppe via Digitalmars-d-announce wrote:
> I'm gonna drop the link here without further comment:
> 
> https://github.com/adamdruppe/d_android
> 
> hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :)
> 
> let me know if you find any success or failure playing with it.

I haven't gotten around to trying this yet (my Android project already has its own working code; I'm thinking to eventually migrate to Adam's stuff but no time to do that yet atm); but I highly recommend everyone interested in Android to go check it out.

Especially check out arsd/jni.d, that can be used to almost-seamlessly interoperate D with Java.  It's not 100% there yet, but it's pretty danged awesome. I've never imagined D/Java interop would be so nice to use!  And this is thanks to D's awesome metaprogramming capabilities. Compile-time introspection + static foreach, pragma(mangle), and mixin templates = win.


T

-- 
INTEL = Only half of "intelligence".
December 17, 2019
On Tuesday, 17 December 2019 at 17:24:58 UTC, H. S. Teoh wrote:

> Especially check out arsd/jni.d, that can be used to almost-seamlessly interoperate D with Java.  It's not 100% there yet, but it's pretty danged awesome. I've never imagined D/Java interop would be so nice to use!  And this is thanks to D's awesome metaprogramming capabilities. Compile-time introspection + static foreach, pragma(mangle), and mixin templates = win.

I had no idea that existed. That should really be promoted. There might be a lot of interest.
December 17, 2019
On Tuesday, 17 December 2019 at 17:41:46 UTC, bachmeier wrote:
> [snip]
>
> I had no idea that existed. That should really be promoted. There might be a lot of interest.

First commit was only 8 days ago [1]. I'm sure there will be a bigger announcement when it's ready.

[1] https://github.com/adamdruppe/arsd/commit/708307d88526c07cb6bcd913532071e53a7a98a9
December 17, 2019
On Tue, Dec 17, 2019 at 06:08:07PM +0000, jmh530 via Digitalmars-d-announce wrote:
> On Tuesday, 17 December 2019 at 17:41:46 UTC, bachmeier wrote:
> > [snip]
> > 
> > I had no idea that existed. That should really be promoted. There might be a lot of interest.
> 
> First commit was only 8 days ago [1]. I'm sure there will be a bigger announcement when it's ready.
> 
> [1] https://github.com/adamdruppe/arsd/commit/708307d88526c07cb6bcd913532071e53a7a98a9

It was already announced, kindof:

	http://dpldocs.info/this-week-in-d/Blog.Posted_2019_12_09.html


T

-- 
Life begins when you can spend your spare time programming instead of watching television. -- Cal Keegan
« First   ‹ Prev
1 2 3 4 5 6