Meego Wiki
Views

SDK/Docs/1.1/Developing for MeeGo

From MeeGo wiki
< SDK | Docs | 1.1(Difference between revisions)
Jump to: navigation, search
(Created page with " = MeeGo development process = The MeeGo software development process consists of: # Analysis # Design # Coding # [[#Building and packaging…")
(Design: fixed link broken by an errornous pipe)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
 +
[[category:Meego-1.1]]
= MeeGo development process =
= MeeGo development process =
Line 8: Line 9:
# [[#Building and packaging|Building and packaging]]
# [[#Building and packaging|Building and packaging]]
 +
'''Note''': For an example of a Hello World application which illustrates the coding, building, and packaging phases of the application development process, see [[SDK/Docs/1.1/Creating_Hello_World |Creating and running your first application]].
== Analysis ==
== Analysis ==
In the analysis phase, read through the following sections:
In the analysis phase, read through the following sections:
-
* [[SDK/Docs/1.1/MeeGo developer story | MeeGo developer story]] which describes the available frameworks,  tools and verticals for application development.
+
* [[SDK/Docs/1.1/MeeGo developer story | MeeGo developer story]] which describes the MeeGo 1.1 application development process.
-
* [[SDK/Docs/1.1/MeeGo_overview | MeeGo overview ]] which describes the developer offering for 1.1 and contains an overview of MeeGo websites and their purpose.
+
* [[SDK/Docs/1.1/MeeGo_overview | MeeGo overview ]] which describes the developer offering for MeeGo 1.1 and contains an overview of MeeGo websites and their purpose.
-
//To be updated according to finalised content on the pages.//
+
Select the following:
 +
* Development target:
 +
** MeeGo for netbooks
 +
** MeeGo for handsets
 +
* Development tool:
 +
** MeeGo SDK
 +
** Web SDK
== Design ==
== Design ==
-
To ensure the usability and user-friendliness of your application, take into consideration the following  
+
To ensure the usability and user-friendliness of your application, take into consideration the following guidelines for MeeGo application development:
-
 
+
-
guidelines for MeeGo application development:
+
* [http://meego.com/developers/ui-design-guidelines UI Design Guidelines]
* [http://meego.com/developers/ui-design-guidelines UI Design Guidelines]
-
* [http://meego.com/developers/meego-ux-design-principles| MeeGo User Experience Design Principles ]
+
* [http://meego.com/developers/meego-ux-design-principles MeeGo User Experience Design Principles]
== Coding ==
== Coding ==
-
When you have created your project with Qt Creator, you can start coding your application.  
+
Currently, the main SDK is the MeeGo SDK, which allows you to create native applications using Qt/C++ and Qt Quick.  This SDK is based on the Qt Creator SDK, and contains support for Qt 4.7 and Qt Mobility 1.0.2 frameworks.
-
== Debugging ==
+
When you have created your project with the selected SDK, you can start coding your application.
-
To debug your application in Qt Creator, follow the instructions in [[SDK/Docs/1.1/Debugging with Qt Creator |  
+
If you are using the MeeGo SDK, you can use Qt Creator during the coding process for on-device debugging, such as setting breakpoints, and other standard debugging activities. To debug your application, follow the instructions in [[SDK/Docs/1.1/Debugging with Qt Creator | Debugging with Qt Creator]].
-
 
+
-
Debugging with Qt Creator]].
+
== Building and packaging ==
== Building and packaging ==
-
When you run your application with Qt Creator, an .rpm package is created automatically.
+
The MeeGo SDK generates packages for deploying software to MeeGo devices. When you run your application with Qt Creator, an .rpm package is created automatically. You can also package your application without running it with Qt Creator.
-
 
+
-
If you want to create a package of your application without running it, click Build All or select '''Build'''
+
-
 
+
-
'''Build Project "<project name>"'''.
+
-
For an example of a Hello World application, see [[SDK/Docs/1.1/Creating_Hello_World |Creating_Hello_World]].
+
For more information on packaging, see [http://wiki.meego.com/SDK/Docs/1.0/Packaging_MeeGo_applications Packaging MeeGo applications].

Latest revision as of 20:00, 19 February 2011


Contents

MeeGo development process

The MeeGo software development process consists of:

  1. Analysis
  2. Design
  3. Coding
  4. Building and packaging

Note: For an example of a Hello World application which illustrates the coding, building, and packaging phases of the application development process, see Creating and running your first application.

Analysis

In the analysis phase, read through the following sections:

  • MeeGo developer story which describes the MeeGo 1.1 application development process.
  • MeeGo overview which describes the developer offering for MeeGo 1.1 and contains an overview of MeeGo websites and their purpose.

Select the following:

  • Development target:
    • MeeGo for netbooks
    • MeeGo for handsets
  • Development tool:
    • MeeGo SDK
    • Web SDK

Design

To ensure the usability and user-friendliness of your application, take into consideration the following guidelines for MeeGo application development:

Coding

Currently, the main SDK is the MeeGo SDK, which allows you to create native applications using Qt/C++ and Qt Quick. This SDK is based on the Qt Creator SDK, and contains support for Qt 4.7 and Qt Mobility 1.0.2 frameworks.

When you have created your project with the selected SDK, you can start coding your application.

If you are using the MeeGo SDK, you can use Qt Creator during the coding process for on-device debugging, such as setting breakpoints, and other standard debugging activities. To debug your application, follow the instructions in Debugging with Qt Creator.

Building and packaging

The MeeGo SDK generates packages for deploying software to MeeGo devices. When you run your application with Qt Creator, an .rpm package is created automatically. You can also package your application without running it with Qt Creator.

For more information on packaging, see Packaging MeeGo applications.

Personal tools