![]() |
2009-09-24
, 21:19
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#2
|
The Following 3 Users Say Thank You to epage For This Useful Post: | ||
![]() |
2009-09-24
, 21:29
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#3
|
deb http://repository.maemo.org/extras-devel fremantle free deb-src http://repository.maemo.org/extras-devel fremantle free
The Following 3 Users Say Thank You to twaelti For This Useful Post: | ||
![]() |
2009-09-24
, 21:35
|
Posts: 9 |
Thanked: 15 times |
Joined on Sep 2009
|
#4
|
The Following User Says Thank You to Espen For This Useful Post: | ||
|
2009-09-27
, 03:52
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#5
|
So I use Glade as an interface builder (I haven't tried to use it with Hildon widgets, thats what my auto-hildonization is for).
Depending on what I do, I regularly use the PyGTK Tutorial, the PyGTK Reference, PyMaemo APIs Reference, Diablo and Fremantle API Reference for areas PyMaemo hasn't documented clearly enough.
I suggest to take two well-known PyGTK-Apps, play with them, look at their code. then start something yourself:
For my own part I'm considering to go ahead with Python and Qt since Maemo development will be continued on the Qt platform from next version of Maemo, (already being community supported in ver. 5.)
Except that it seems that the Python Qt widgets are not created yet, are there any other good reasons you will go ahead with GTK?
I'm going to be installing the vmware image of the sdk, and get started trying to make apps for the n900. I've got a fairly robust history in scripting and coding languages cause I'm a web developer, but this'll be my first adventure in python and gtk. So a few questions..
1. Are there any good reference lists for getting started making apps? I expect so, but where?
2. How do you build an interface? I'm going to want to be able to split my screen into three sections, Left, Right, and footer.. is this possible?
3. What are some really important tips you'd give a total newcomer to all this?
Hopefully the answers to these questions will help anyone else who's looking to do this, as i'm sure with the n900's surge of attention, I'm not the only person looking to get their feet wet in app development
Thanks!