![]() |
Let's get those android and iphone developers
So android and the iphone have been having a lot of bad news lately, what with the whole cyanogen mess and apples increasingly restrictive policies ("rejected in part because it was the product of a lone
developer."). We should make a concerted effort to get some of these disgruntled developers over to the maemo world, as many of them are very talented and it would be excellent publicity. Now would be the time to sell the n900 and maemo to the world as the saviour to their development woes :) Just putting that out there. |
Re: Let's get those android and iphone developers
Quote:
|
Re: Let's get those android and iphone developers
Quote:
|
Re: Let's get those android and iphone developers
Unity is a commercial company, so they will go where the money is. If they see that the N900/Maemo platform is a big market, and/or if their customers (i.e. the developers that licence their engine) ask for them to support it, I expect they will.
As end-users, I guess we would have to ask developers of our favourite iPhone games if they can port to N900. I'm not sure if it's worth end-users contacting Unity directly, as we aren't their customers. |
Re: Let's get those android and iphone developers
Quote:
Maemo developers enjoy an environment much more compatible with *NIX/X11 desktops. I'm looking forward to PulseAudio, for example. |
Re: Let's get those android and iphone developers
Quote:
But first we should make sure that we can gruntle them with Maemo. This probably sounds like a stupid thing to say, but do we even know absolutely for sure that the final hardware will allow the N900 to be re-flashed with unsigned binaries? Regards, Roger |
Re: Let's get those android and iphone developers
There's already a long thread -- "How can we encourage iPhone developers to develop on Maemo?" -- specifically about this. (Well, about getting iPhone developers.)
|
Re: Let's get those android and iphone developers
Quote:
http://jwz.livejournal.com/1096401.html |
Re: Let's get those android and iphone developers
@overfloat: I think Palm is in somewhat a similar boat as us here (relatively speaking, compared to iphone and android). They have less than 100 apps in their appstore the last time I checked, and the native SDK was released just a few months ago. Wait, no, they're even behind us :D
|
Re: Let's get those android and iphone developers
Yeah but....:
Quote:
|
Re: Let's get those android and iphone developers
I think it's terrible for any OS to demand that the only way to get that application is through an app store. One of my gripes with both Palm and Apple (though yes there are unofficial ways that you can get them on).
|
Re: Let's get those android and iphone developers
@eiffel: yes. The first app in fremantle extras is rootsh.
|
Re: Let's get those android and iphone developers
The Unity3D people have said they are working on porting their engine to other platforms but refuse to mention which. I guess we'll see what happens.
The best thing about this if it happens is that none of those fart app people use something like Unity... so we'll get more or less the best of the games and far less of the crap. ;) |
Re: Let's get those android and iphone developers
@Zerojay: mobile platforms ? I was under the impression the new platforms were consoles (primarily xbox 360). Unity3D, as is, has near-zero support for any form of Linux (not counting server-side stuff and wine), so while they didn't downright refuse linux support I would not keep my hopes high. Their latest stance I'm aware of was
Quote:
|
Re: Let's get those android and iphone developers
Quote:
|
Re: Let's get those android and iphone developers
Bratag already got wooed over to the N900, even before the recent CyanogenMod mess. I know I'm seriously considering ditching Android for the N900 now, and others in the Android forums have been bringing up the N900 repeatedly.
The concern is that Maemo is no more open than Android, that the N900 still features proprietary Nokia drivers and apps. |
Re: Let's get those android and iphone developers
[sherlock holmes hat]
Let's take a look at the people page, which is actually quite revealing... quick scan... no linux folks or team. Now, let's take a look at their jobs page
[/sherlock holmes hat] That's why I say no high hopes... |
Re: Let's get those android and iphone developers
Quote:
Though Nokia hasn't minded anybody hacking around with their apps and releasing modified versions. Granted, to install them you had to be running Maemo anyway, that is different than the custom ROM situation that CyanogenMod is running into where people may not be running the ROMs on phones that originally came with those applications. |
Re: Let's get those android and iphone developers
Quote:
|
Re: Let's get those android and iphone developers
Quote:
I have no idea how difficult it would be to port PalmOS code to Maemo but if anyone knows where Palm programmers hang out they should at least suggest it. |
Re: Let's get those android and iphone developers
Too bad maemo apps have to be in python. If they could be in javascript we would have lots of apps.
|
Re: Let's get those android and iphone developers
Quote:
I know Nokia's working on a web-runtime, but I'm not up on the details... I'm also too lazy to look them up... I'm also hungry... }:^)~ |
Re: Let's get those android and iphone developers
Quote:
|
Re: Let's get those android and iphone developers
Quote:
Javascript easy? :eek: Specially, compared to python? |
Re: Let's get those android and iphone developers
I don't mind Python... just making my first steps with PySide actually. But a web runtime would be a killer. I can do that with closed eyes and one hand behind the back :)
|
Re: Let's get those android and iphone developers
Quote:
Javascript is a very flexible OO-langauge that shares similarity with Ruby. It's very easy to get into, even if you are just doing procedural programming. }:^) |
Re: Let's get those android and iphone developers
Quote:
Quote:
|
Re: Let's get those android and iphone developers
Quote:
I code HTML and Javascript by hand and I can tell Python is waaaaaay easier (and nicer!). I'd even consider C to be easier. So, wait for a proper PySide GUI instead. |
Re: Let's get those android and iphone developers
Quote:
Quote:
}:^)~ |
Re: Let's get those android and iphone developers
Quote:
Thanks to the Maemo community for a truly open platform. |
Re: Let's get those android and iphone developers
Anyone making further suggestions that ECMA script is a viable basis for apps (let alone a platform) and superior to (insert any language) will be subject to death by grue. :p
Regarding PalmOS: there are a number of emulators for Garnet OS around. I think the lack of killer app for Palm that doesn't exist on Maemo is why they aren't used more. |
Re: Let's get those android and iphone developers
Quote:
JavaScript is not an object-oriented language though. It's object-based, which is a little bit different. It has some weird concepts, too. It might be easy to learn but hard to comprehend the more advanced stuff. :) |
Re: Let's get those android and iphone developers
Quote:
Quote:
That said Javascript/DOM is not the best environment for all apps. But it's a great environment for *many* apps. It carries a number of advantages including easy development, easy testing, instant distribution, no installation, etc. I believe the OP was referring to this when he mentioned Javascript, as its generally synonymous with browsers these days. Quote:
}:^/~ |
Re: Let's get those android and iphone developers
Quote:
Only with a proper GUI toolkit you can actually easily code window layouts and not document layouts like HTML is supposed to do. And then I'd disagree on the "easy testing" part, but hey, you can code in whatever language you want... |
Re: Let's get those android and iphone developers
Quote:
The ECMA also considers ECMAScript an OOL (page 13 -- section 4); of which javascript is a dialect. Yes, I agree, it's easy to jump into, but so incredibly dynamic, that advanced concepts can be a bit challenging to understand. But this can be said of any language, no? (consider C-pointers/objects/polymorphism/aspects/etc for the novice!) It can also get very messy if the coder doesn't adhere to good design principles (much like C). This is where I've noticed Javascript gets a lot of slack. But it is possible to write beautiful, highly functional code. }:^)~ |
Re: Let's get those android and iphone developers
Quote:
Quote:
Quote:
I appreciate and respect your opinions. I think in this case, we've a clash of perspectives. Perhaps some day you'll get into DOM/Javascript development and grow to appreciate it. It's really quite fun and forgiving, and I'd highly recommend it! }:^)~ |
Re: Let's get those android and iphone developers
Quote:
|
Re: Let's get those android and iphone developers
Quote:
Of course, a Javascript app from the command line would be neat (if not a bit pointless given the many mature choices). }:^)~ |
Re: Let's get those android and iphone developers
Quote:
|
Re: Let's get those android and iphone developers
Quote:
:P |
All times are GMT. The time now is 10:06. |
vBulletin® Version 3.8.8