![]() |
2011-09-30
, 00:49
|
|
Posts: 277 |
Thanked: 215 times |
Joined on Dec 2009
|
#151
|
![]() |
2011-09-30
, 01:17
|
|
Posts: 1,478 |
Thanked: 9,871 times |
Joined on Dec 2008
@ Shanghai / London
|
#152
|
![]() |
2011-09-30
, 04:26
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#153
|
Adding a web page as an icon to the menu, which will launch the browser and some page (app) in it is not really an example of HTML(5) based environment - by that account you can claim that even Maemo 5 with web page 'widgets' on the desktop was moving in that direction. Heck, you could claim that Windows 95 was moving in that direction with .url files/shortcuts linked to a browser.
...
And what if you want to create your own browser (for whatever reason) on a platform that's HTML5-based? You'd be essentially writing a browser inside of a browser. Browserception?
![]() |
2011-09-30
, 06:50
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#154
|
![]() |
2011-09-30
, 08:04
|
|
Posts: 1,309 |
Thanked: 1,187 times |
Joined on Nov 2008
|
#155
|
You don't know what you are talking about with VS. Everything is built on top of the Windows API. As for Delphi, that is also built on the Windows API.
Except that we aren't talking about a desktop OS. We are talking about a handheld OS, which is much more limited in screen resources, storage and battery power. What makes sense for a desktop system doesn't necessarily make sense for a mobile device. It also doesn't make sense to support many SDKs, particularly since it would be a custom job to adapt the SDK to a mobile interface.
![]() |
2011-09-30
, 10:43
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#156
|
It doesn't matter - for modern store-style repository setups they are both utterly inefficient and bloated. Linux on mobile should use neither (they are great for integration purposes - which was the original reason they came into existance, but not for setting up/searching/manipulating a working body of millions of applications/content).
The Following 3 Users Say Thank You to lma For This Useful Post: | ||
![]() |
2011-09-30
, 13:52
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#157
|
You are confusing the packaging format/tool (.rpm/.deb, rpm/dpkg) with the repository management/update tools (yum/zypper/apt). "Millions" might be a bit of an exaggeration as well ;-)
![]() |
2011-09-30
, 15:12
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#158
|
You are confusing the packaging format/tool (.rpm/.deb, rpm/dpkg) with the repository management/update tools (yum/zypper/apt). "Millions" might be a bit of an exaggeration as well ;-)
Well there still could be an option to do for example searches on packages on server side. rpm client and server protocol could be optionally more richer to transfer work load from mobile devices to the server. (On the other hand, I do not like to do many operations or calculations on any cloud, because privacy issues.)
![]() |
2011-09-30
, 16:58
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#159
|
Modern mobile is a different story. The packages are not equal, there is no interdependency on the application side, there is no need for package dependencies (a mobile linux implements an API version, which is nowadays mandated to be backwards compatible), there is a need for per-user custom repositories, or even packages, package metadata is not only a system-related thing but actually plays part in the user interaction, etc, etc, etc.
The Following 2 Users Say Thank You to zimon For This Useful Post: | ||
![]() |
2011-09-30
, 17:24
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#160
|