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. QT Mobile - Device API
Forum Updated to NodeBB v4.3 + New Features

QT Mobile - Device API

Scheduled Pinned Locked Moved Mobile and Embedded
11 Posts 6 Posters 5.8k Views 2 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.
  • A Offline
    A Offline
    alexey.petrenko
    wrote on last edited by
    #1

    I am new to QT Quick and QT Mobile development and I want to clarify some important details about the framework capabilities:

    • What specific device functions are available? (a full list of supported features would be appreciated)
    • Are push-notifications for iOS and Android supported? Planned to be supported?
    • Is it possible to save images and data on device's local storage between app launches (cache some data downloaded from Internet)?
    • What API should I use for phone calls and SMS?

    Sorry if I missed a documentation chapter which describes this...

    S 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      To have a full list of features, you should contact Digia directly. They are the ones who sell the product.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alexey.petrenko
        wrote on last edited by
        #3

        Do I need to have a commercial license to ask them? I am an individual developer and I don't plan to buy their premium support right now.

        What's the difference btw QT project and Digia QT?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          alexey.petrenko
          wrote on last edited by
          #4

          http://qt-project.org/doc/qt-5/mobiledevelopment.html - I've found this list of supported features, but I don't see push notifications, calls and localstorage support here. Where I can contact Digia?

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            There's no need to have a license to contact them to talk about their products :)

            I can't tell you code wise what the differences could be

            "Here":http://qt.digia.com

            On a side note it's Qt, QT stands for Apple's QuickTime

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • A Offline
              A Offline
              alexey.petrenko
              wrote on last edited by
              #6

              Created a trial 30-days account and asked Digia support as you suggested. Waiting for an answer now... I think this thread can be closed, thanks for the feedback.

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mike.daly
                wrote on last edited by
                #7

                Did you ever hear anything back about this? I can't find any reference to Push Notifications in the docs, so I assume they're not supported yet.

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  alexey.petrenko
                  wrote on last edited by
                  #8

                  http://qt-project.org/doc/qt-5/mobiledevelopment.html - they support only features listed on this page. Guy from support also told me that support for other features is planned for future releases.

                  Personally I decided to use Xamarin for my current projects. Qt Mobile has a great future, but for now this technology is too new (my opinion).

                  1 Reply Last reply
                  0
                  • A alexey.petrenko

                    I am new to QT Quick and QT Mobile development and I want to clarify some important details about the framework capabilities:

                    • What specific device functions are available? (a full list of supported features would be appreciated)
                    • Are push-notifications for iOS and Android supported? Planned to be supported?
                    • Is it possible to save images and data on device's local storage between app launches (cache some data downloaded from Internet)?
                    • What API should I use for phone calls and SMS?

                    Sorry if I missed a documentation chapter which describes this...

                    S Offline
                    S Offline
                    shadi
                    wrote on last edited by
                    #9

                    @alexey.petrenko said:

                    should I use for phone calls and SMS?
                    Sorry if I missed a documentation chapter which describes this

                    hi
                    also i try to search about same problem but till know i didnot find something important
                    if you get some or more details can you pleas inform me
                    thanks

                    1 Reply Last reply
                    0
                    • F Offline
                      F Offline
                      feldifux
                      wrote on last edited by
                      #10

                      Hi,

                      1.) You can use the V-Play Plugins for Push notifications (both local Push notifications and remote Push notifications with Parse).

                      2.) Storing data on device's local storage can be done with QFile using the documents storage path.

                      3.) For phone calls and SMS, you can wrap around the native SDKs and provide an API to QML.

                      Compared to Xamarin, Qt has (currently) less device features covered but other advantages like Qt Quick for rapid development outweigh this usually and make you more effective to develop apps quicker.

                      Cheers, Chris

                      Founder of Felgo SDK - http://felgo.com/qt

                      Felgo simplifies

                      • Mobile App Dev with Qt esp. iOS & Android
                      • Game Development with Qt

                      What others say

                      Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

                      I 1 Reply Last reply
                      1
                      • F feldifux

                        Hi,

                        1.) You can use the V-Play Plugins for Push notifications (both local Push notifications and remote Push notifications with Parse).

                        2.) Storing data on device's local storage can be done with QFile using the documents storage path.

                        3.) For phone calls and SMS, you can wrap around the native SDKs and provide an API to QML.

                        Compared to Xamarin, Qt has (currently) less device features covered but other advantages like Qt Quick for rapid development outweigh this usually and make you more effective to develop apps quicker.

                        Cheers, Chris

                        I Offline
                        I Offline
                        Ilnur
                        wrote on last edited by
                        #11

                        @feldifux
                        Here's one problem - V-Play is not free
                        Is anywhere free analog of V-Play?

                        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