How many mobile app platforms are there?

For everything that's not in any way related to PureBasic. General chat etc...
Seymour Clufley
Addict
Addict
Posts: 1267
Joined: Wed Feb 28, 2007 9:13 am
Location: London

How many mobile app platforms are there?

Post by Seymour Clufley »

I know of Android and the iPhone. What others exist?
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
User avatar
Kiffi
Addict
Addict
Posts: 1526
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: How many mobile app platforms are there?

Post by Kiffi »

Seymour Clufley wrote:I know of Android and the iPhone. What others exist?
Windows CE
Windows Mobile
Windows Phone
WebOS
Symbian
....

Greetings ... Kiffi
Hygge
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Re: How many mobile app platforms are there?

Post by Progi1984 »

BlackBerry
User avatar
GWarner
Enthusiast
Enthusiast
Posts: 605
Joined: Fri Jul 24, 2009 1:34 pm
Location: USA

Re: How many mobile app platforms are there?

Post by GWarner »

Zune HD
Seymour Clufley
Addict
Addict
Posts: 1267
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: How many mobile app platforms are there?

Post by Seymour Clufley »

Blimey. And all of these are platforms for which you can compile apps?
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
User avatar
the.weavster
Addict
Addict
Posts: 1583
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: How many mobile app platforms are there?

Post by the.weavster »

Seymour Clufley wrote:Blimey. And all of these are platforms for which you can compile apps?
Yep, mostly using C++ though I'm afraid.

Nokia are planning to use the Qt framework across the board for their hardware (MeeGo & Symbian): http://qt.nokia.com/products/platform/symbian/

Samsung have created their own developer's api called bada: http://developer.bada.com/apis/index.do

Palm (now owned by HP) have WebOS which you can develop for using JavaScript/CSS/HTML: http://developer.palm.com/

Motorola have just purchased Azingo so they'll no doubt have their own api & sdk soon.

HTC have just purchased Abaxia so that may well be a first step for them going the same route.

And unfortunately it looks like (with the possible exception of Nokia) they are all going to take the walled garden approach that's been so successful for Apple. Users will only be able to install apps that are available from the manufacturers own app store.

I guess companies that don't manufacture their own hardware (e.g. M$ & Google) are going to find it increasingly hard to find a platform to run their kit on. If smart-phones, tablets and net-books continue to become more and more popular and start to take over from desktops / laptops we're all going to end up with a lot less freedom.
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Re: How many mobile app platforms are there?

Post by utopiomania »

What others exist?
Too many, but ANDROID is the one that will rule them all.

Here's (one reason) why: BASIC for the smart-phone market :)
User avatar
the.weavster
Addict
Addict
Posts: 1583
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: How many mobile app platforms are there?

Post by the.weavster »

utopiomania wrote:Here's (one reason) why: BASIC for the smart-phone market :)
That project seems to be at a standstill though. It's a real shame, it would be ideal wouldn't it?

This looks quite interesting: http://www.glbasic.com/
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Re: How many mobile app platforms are there?

Post by utopiomania »

Yes it would be ideal.. But about your link, is that for programming phones??
User avatar
the.weavster
Addict
Addict
Posts: 1583
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: How many mobile app platforms are there?

Post by the.weavster »

utopiomania wrote:about your link, is that for programming phones??
I haven't tried it but it claims you can compile for Windows Mobile and the iPhone (and some quite cool looking Linux based gaming device).

I'm going to give GLBasic a try when I get some free time.
Post Reply