D in Ubuntu apps ecosystem

karabuta via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 26 09:04:25 PST 2016


On Friday, 26 February 2016 at 09:25:19 UTC, Joseph Rushton 
Wakeling wrote:
> On Thursday, 25 February 2016 at 19:21:48 UTC, Joakim wrote:
>>
>
> Well, if I understand right, the hardest part of the work 
> (making sure things run OK on ARM) has substantially been done 
> by you and others.  Assuming that works, I would anticipate 
> that the major part of the requirements would be the bindings 
> to the Ubuntu SDK.

Yes the SDK. That is the part that remains, asides bindings to 
the APIs. Much work has gone into iOS and Android but still more 
remains to actually use it for everyday apps. Ubuntu on the other 
hand is just straight forward. As I mentioned earlier, QML 
binding is done (dqml), remaining API bindings and integration 
into the SDK.

https://developer.ubuntu.com/api/
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/
https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04.1/



> I do think the Ubuntu offerings are compelling in terms of how 
> they restructure the phone/tablet experience, particularly in 
> terms of how they structure things like the security and 
> permissions models, and the separation between 
> hardware-interaction-layer vs. core OS vs. application space 
> and the prospects there for consistent software deployment (and 
> updates) across many different devices.


That's my point, write one app and sell it to users of phones, 
phables, tablet, PC, IoT, etc. No change of code. Everything is 
handled by the Adaptive Layout.


More information about the Digitalmars-d mailing list