(→Developing) |
(→Debugging) |
||
| Line 28: | Line 28: | ||
==Debugging== | ==Debugging== | ||
| - | With MeeGo SDK, you can debug applications on the device | + | With MeeGo SDK, you can debug applications on the device, since debugging is integrated into the IDE, you can debug your applications, for instance, by stepping through your code and inserting breakpoints. |
The Web SDK also supports debugging WRT applications. | The Web SDK also supports debugging WRT applications. | ||
This is a draft (2010-10-21)
Contents |
As an application developer, you can use C++, Web technologies, and QML to write applications for MeeGo. Currently, the following SDKs are available:
Both SDKs integrate into the standard development process:
//We take the image from www.meego.com/developers/Developer Story.//
With the MeeGo SDK, you can create applications for a range of devices from a single code base. Since the SDK supports the simulation of MeeGo devices, you can create software without an actual MeeGo device.
With the Web SDK, you can create MeeGo applications based on web technologies, such as JavaScript/HTML/CSS.
You can also create hybrid applications by wrapping a WRT application with a Qt/C++ object.
With MeeGo SDK, you can debug applications on the device, since debugging is integrated into the IDE, you can debug your applications, for instance, by stepping through your code and inserting breakpoints.
The Web SDK also supports debugging WRT applications.
The MeeGo SDK generates packages for deploying software to MeeGo devices. To run an application on a MeeGo device, package the application, send it to a device, and install the application.
With the Web SDK, package the WRT applications for MeeGo according to the standards-based W3C Widget Packaging and Configuration specification.
To distribute MeeGo applications you can use the infrastructure supplied by the MeeGo project for the distribution of free, open-source applications (under construction) or submit the application to an application store.