PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [Misc] Just thinking outloud...
[Misc] Just thinking outloud...
Iniciado por guest, 10,abr. 2015 14:41 - 3 respuestas
Publicado el 10,abril 2015 - 14:41
Hi everyone,

I was reading an article just the other day and a particular paragraph got me thinking - not much mind! <img src="/NG2013_WEB/ui/smiley/6.gif" align=absmiddle border=0 alt=";)">

Quote
The big deal about Windows 10 is that it will be a single operating system, across multiple device platforms. This adds some challenges, mainly how apps will transfer from one type of device to another. Microsoft’s solution is called universal apps. They are promising a wide range of apps that will create a pleasant experience on phones, small tablets, and PCs.



Now, does this mean that anything developed in WD could potentially be released for said devices without the need for WDM?

...discuss :xcool:
Publicado el 10,abril 2015 - 15:00
Hi Darren

there is nothing really new at that level in windows 10.... This has been the stated target for microsoft with 8 too...

For that, they created a completely new API, and if your application calls this API and not the standard windows one, they it is SUPPOSED to be able to be cross platform

However, it is currently so buggy and limited that even Microsoft was not able to demonstrate anything along those lines but the most simplistic apps.

When you add to that the fact that a similar UI on a 4 inches phone and on a 23 inches destop screen is a ludicrous idea, you realise that what you currently have with the possibility to share code while building different UIs in windev and mobile is a much more valid way of working

Best regards
Publicado el 10,abril 2015 - 15:38
Hi Fabrice,

Yes - I agree with what you are saying.

I was thinking of non-app store type applications that use the standard windows API and not the Metro based API.

The original article:
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://www.theregister.co.uk/2014/10/02/one_windows_how_does_that_work_and_wtf_is_a_universal_app/">http://www.theregister.co.uk/2014/10/02/one_windows_how_does_that_work_and_wtf_is_a_universal_app/</a>
Publicado el 10,abril 2015 - 18:32
I already read a lot on the subject, and the standard application will NEVER be portable... Only those developed with the new universal api, IF AND WHEN microsoft is able to finalize an api common to completely different systems and with a big enough application range...

Best regards