Relationship between Qt framework and Nokia 's meego-harmattan
I am a beginner to Maemo Development. Has Nokia N9 come with JVM? Some forums are saying that it will开发者_StackOverflow社区 come with dalvik VM. Is it true? If I want to develop Applications for Nokia N9(meego), I have to install both Qt SDK and harmattan sdk from the link?
Maemo is the older version of Nokia's Linux mobile handset platform, which merged with Intel's Moblin to make MeeGo.
Things are bit confusing on the Nokia N9 because there are really two APIs:
- Nokia's Swipe (http://www.developer.nokia.com/Devices/MeeGo/)
- MeeGoTouch(http://meego.gitorious.org/meegotouch)
I would recommend the Nokia APIs as they specifically target that device and provide beginner friendly QML APIs.
The MeeGoTouch API is more for the MeeGo Tablet UX, but should also work if you prefer. It is completely open source, while Nokia's layer is proprietary.
The platform does not ship with a JVM. However, MeeGo is a Linux, so you can install anything you want - including a JVM - but that probably is not what you want in this case.
精彩评论