Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Newbie question regarding sms / ovi maps development
Forum Updated to NodeBB v4.3 + New Features

Newbie question regarding sms / ovi maps development

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gps2all
    wrote on last edited by
    #1

    Hi everyone!

    First of all: I'm a complete newbie to Qt! I only worked with Visual Basic, Python script, html and css until now, but now I need to write an application for a symbian device.
    The app should be able to send and receive sms messages and to open and control the OVI Maps application.
    I understand there will be a lot of learning for me in the time ahead, but before I can even start, I need to know what kind of development will be best for the kind of app I'm trying to build.
    So I'd be very grateful for any pre-programming advice. For example, what are the differences between and the advantages of programming in Qt C++, Qt Mobility or Qt Quick? Which one of those is easiest to learn and yet can achieve the tasks I mentioned above? Also, I read in another thread that I need to sign my app with Nokia in order to send and receive sms messages. Is this correct?

    I hope you forgive me this complete newbie thread, but the documentation is pretty hard for me, as English is not my native language. Thus, any help is good help.

    Thanks in advance and greetings from Germany,

    Dirk.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      loladiro
      wrote on last edited by
      #2

      Hello and Welcome to the DevNet,

      First the differences, between the Qts

      • The traditional "Qt C++" is a C++ framework, suited for performing various tasks and includes a widget-based GUI API
      • The "Qt Mobility" project is a set of additional APIs particularly suited for usage in mobile development (e.g. SMS, Multimedia, etc.).
      • "Qt Quick" is a new way of designing UI's and (at the moment) is mainly used for mobile development. You will probably find it easy to use, coming from a web development background (It uses JavaScript).

      All of these are not meant to replace each other, but are rather extensions (like Qt Mobility) or covering different use cases (like Qt Quick).

      For Messaging, there is the "Qt Mobility Messaging API":http://doc.qt.nokia.com/qtmobility-1.2/messaging.html
      For Maps/Navigation/Location, there is the "Qt Mobility Location API":http://doc.qt.nokia.com/qtmobility-1.2/location-overview.html

      You can find more information concerning publishing and signing your app on http://publish.ovi.com .

      If you have any further questions, feel free to ask. And if you don't understand something language-wise, there are quite a few Germans on here (including myself), that can help you.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gps2all
        wrote on last edited by
        #3

        Hi there,

        thanks a lot for this first introduction. So Mobility is what I'll take a look at first. I guess I will have further questions not too far in the future though. :-)

        Thanks anyway for now!

        Best,
        Dirk

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved