Contents |
(based on a list provided by Bob Spencer)
These are suggestions for component-based tutorials
Comms Services
Internet Services
Visual Services
Media Services
Data Mgmt
Device Services
Personal Services
Base Libraries
These are aimed at platform developers who want to work below the level of app developers (e.g. add a new panel to MeeGo netbook, integrate with the MeeGo desktop better, use Mx or Clutter directly).
So they cover libraries and services which don't have Qt wrappers and which are unlikely to get them, but which are core to MeeGo.
DBus is core here, as it's used for IPC on MeeGo but isn't explained very well anywhere.
Tracker is another area which needs documentation. It may be documented elsewhere, but not in the MeeGo context much.
libsocialweb is important for netbook, but doesn't seem to be core across verticals. It is barely documented.
Clutter has some decent documentation, but Mx has the bare minimum, with some parts of the API being largely undocumented (like MxOffscreen).
What's very often lacking is task-oriented "how" documentation at the application level: how do I create a window? how do I animate an application between two states? how do integrate with the desktop and menu system?
Which host OS can I develop on? Linux? Mac? Windows?
Which languages can I use?
Do I have to develop on the device, or will webapps work?
Screen resolutions?
Support for 3D graphics?
How do you structure a MeeGo app? What is it going to have in it? Objects? Functions? Resources? Graphics? Where do they all go?
How does my application fit into the lifecycle of the device? Power up, power down, cleaning up after itself
What's already on a MeeGo device (libraries, applications, services)? What's running on it by default? How can I make use of it? How can I start my own background services?
Are there any security considerations? e.g. the effective user, default file permissions?
How do I install my application once I've written it? Package formats? Are there public repositories I can use? Can I set up my own repository? How do I deploy manually?
UI frameworks I/O XML Network access HTTP client library Web services integration Desktop integration (icons, menus, start/stop) Inter-process comms