(→Distributing) |
(→Update to developer story on www.meego.com/developers) |
||
| Line 5: | Line 5: | ||
= Update to developer story on www.meego.com/developers = | = Update to developer story on www.meego.com/developers = | ||
| - | + | As an application developer, you can use C++, Web technologies, and QML to write applications for MeeGo. Currently, the following SDKs are available: | |
| - | + | • MeeGo SDK, which is the main development environment for creating native applications. This SDK allows you to use Qt/C++ and Qt Quick. MeeGo SDK is based on the Qt Creator and supports Qt 4.7 and Qt Mobility 1.0.2 frameworks. | |
| - | + | • Web SDK, which is the additional development environment for creating web-based applications. This SDK is based on open-source technology. | |
Both SDKs integrate into the standard development process: | Both SDKs integrate into the standard development process: | ||
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: • MeeGo SDK, which is the main development environment for creating native applications. This SDK allows you to use Qt/C++ and Qt Quick. MeeGo SDK is based on the Qt Creator and supports Qt 4.7 and Qt Mobility 1.0.2 frameworks. • Web SDK, which is the additional development environment for creating web-based applications. This SDK is based on open-source technology.
Both SDKs integrate into the standard development process:
We take the image from www.meego.com/developers/Developer Story.
The MeeGo SDK is a tool that allows a developer to create binaries for a range of devices from a single code base. The SDK supports the simulation of MeeGo devices, so developers can create software without an actual MeeGo device. Currently, there are versions of MeeGo SDK for popular development platforms such as Linux and Windows(in future).
The Web SDK permits web technologies, such as JavaScript/HTML/CSS, to be used to create MeeGo applications. This SDK is also available for several development platforms.
It is also possible to create hybrid C++/WRT applications by wrapping a WRT application with a Qt/C++ object.
MeeGo SDK supports on-device debugging, as well as debugging within a MeeGo device simulator. This is integrated into the IDE so developers can step through their code, insert breakpoints, and carry out other standard debugging activities.
Web SDK also supports debugging WRT applications.
MeeGo SDK generates packages for deploying software to MeeGo devices. For example, when testing software on a MeeGo device from MeeGo SDK, the software is packaged, sent to the device and installed.
WRT applications for MeeGo are packaged using the standards-based W3C Widget Packaging and Configuration specification.
Once a MeeGo application has been packaged, it can be distributed in different ways. One approach is to use the infrastructure supplied by the MeeGo project for the distribution of free, open-source applications (under construction); another approach is to submit the package to an application store.