View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#10
Originally Posted by MaxJP View Post
Sorry to ask this... But may I ask how do you guys develop apps for N900? I know it's stupid to ask but I'm really curious about this...
I, personally, develop in Python using the QT4 bindings. This is called PyQt4.

This can easily be developed directly on the device itself (N900), and it can be developed without any SDK or scratchbox or emulating environment on your Desktop PC. All you need, is the proper PyQt4 development apps on your system (Linux is easiest IMHO. Not sure how Windows PyQt4 is.)

Write the code, copy the files to N900, and run. No compiling, no converting, no hassel. And if you aren't doing anything weird (like dbus calls to an FM Transmitter your PC doesn't have..) then you can actually run the app right on your desktop, make sure it runs right, and then copy it to the N900 and watch it instantly become "Maemo-ized" for you.

As far as how to code for the N900... there are plenty of Tutorials covering that already.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post: