m (→MeeGo 1.1 Developer Documentation -- Table of Contents) |
m |
||
| Line 1: | Line 1: | ||
= MeeGo 1.1 Developer Documentation -- Table of Contents = | = MeeGo 1.1 Developer Documentation -- Table of Contents = | ||
| - | MeeGo 1.1 developer documentation | + | MeeGo 1.1 developer documentation includes the following sections. |
== Introduction to MeeGo 1.1== | == Introduction to MeeGo 1.1== | ||
| Line 9: | Line 9: | ||
[[SDK/Docs/1.1/Terminology|MeeGo SDK terminology]] | [[SDK/Docs/1.1/Terminology|MeeGo SDK terminology]] | ||
| - | == Architecture | + | == Architecture == |
[http://meego.com/developers/meego-architecture MeeGo architecture overview] <br/> | [http://meego.com/developers/meego-architecture MeeGo architecture overview] <br/> | ||
[http://meego.com/developers/meego-architecture/meego-architecture-layer-view MeeGo architecture layer view]<br/> | [http://meego.com/developers/meego-architecture/meego-architecture-layer-view MeeGo architecture layer view]<br/> | ||
| Line 15: | Line 15: | ||
[http://meego.com/developers/meego-architecture/meego-architecture-api-view MeeGo architecture API view]<br/> | [http://meego.com/developers/meego-architecture/meego-architecture-api-view MeeGo architecture API view]<br/> | ||
| + | ==API references== | ||
[http://meego.com/developers/meego-api Overview of MeeGo API] //to be updated /removed //<br/> | [http://meego.com/developers/meego-api Overview of MeeGo API] //to be updated /removed //<br/> | ||
| - | [http://apidocs.meego.com/1.1-api-preview/core/html/index.html MeeGo API reference] | + | |
| - | [http://apidocs.meego.com/1.1-api-preview/platform/html/index.html MeeGo Platform API reference] | + | ''//The following short intro is to be used for API landing page here http://apidocs.meego.com/1.1-api-preview/ //'' |
| - | + | ||
| + | MeeGo 1.1 release provides two API reference libraries for development work: | ||
| + | * [http://apidocs.meego.com/1.1-api-preview/core/html/index.html MeeGo API reference] includes the official API set for MeeGo application development. For MeeGo API, compatibility with future MeeGo releases is guaranteed. | ||
| + | * [http://apidocs.meego.com/1.1-api-preview/platform/html/index.html MeeGo Platform API reference] extends the official MeeGo API by providing additional functionalities. However, Platform API does not come with a compatibility guarantee with future MeeGo releases. (Draft content for [[SDK/Docs/1.1/Platform_API| new Platform API main page]]) | ||
| + | |||
== UI guidelines == | == UI guidelines == | ||
Contents |
MeeGo 1.1 developer documentation includes the following sections.
MeeGo 1.1 SDK release notes //to be updated//
MeeGo application development overview
MeeGo developer story
MeeGo SDK terminology
MeeGo architecture overview
MeeGo architecture layer view
MeeGo architecture domain view
MeeGo architecture API view
Overview of MeeGo API //to be updated /removed //
//The following short intro is to be used for API landing page here http://apidocs.meego.com/1.1-api-preview/ //
MeeGo 1.1 release provides two API reference libraries for development work:
UI design principles
UI design guidelines
Installing and configuring MeeGo SDK for Linux
Checking your system's graphics capabilities
Developing with Xephyr
Creating a MeeGo chroot
Setting up your N900 device
Setting up your Netbook
Setting up Aava //not up-to-date, yet//
Developing for MeeGo
Creating and running your first application
Debugging with Qt Creator
Example Qt applications