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 for Snapdragon HDK and Jetson Xavier NX

QT for Snapdragon HDK and Jetson Xavier NX

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
8 Posts 3 Posters 1.3k 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.
  • I Offline
    I Offline
    Inevo
    wrote on last edited by
    #1

    Hi, I am looking to build an app for the Jetson Xavier NX (Linux arm64) and Qualcomm's Snapdragon 865 HDK (Android) wondered if a QT application can run on both systems? In addition I wanted to know if I can call Java libraries from within the QT code as I need to call some of the Snapdragon's drivers and hardware API which are written in Java (Camera, GPU, CPU, etc.)

    Thank you

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Yes Qt works on both CPUs, and yes it's possible to call Java - through JNI.

      (Z(:^

      1 Reply Last reply
      0
      • I Offline
        I Offline
        Inevo
        wrote on last edited by
        #3

        How would you compare it to flutter? I will be new to both dart and C++, was wondering how good flutter is for embedded devices...

        sierdzioS 1 Reply Last reply
        0
        • I Inevo

          How would you compare it to flutter? I will be new to both dart and C++, was wondering how good flutter is for embedded devices...

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @Inevo said in QT for Snapdragon HDK and Jetson Xavier NX:

          How would you compare it to flutter? I will be new to both dart and C++, was wondering how good flutter is for embedded devices...

          I have no experience with Flutter, sorry.

          (Z(:^

          1 Reply Last reply
          0
          • I Offline
            I Offline
            Inevo
            wrote on last edited by
            #5

            And what about the learning curve of QT? btw does it have a Drag and Drop designer?

            sierdzioS 1 Reply Last reply
            0
            • I Inevo

              And what about the learning curve of QT? btw does it have a Drag and Drop designer?

              sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              @Inevo said in QT for Snapdragon HDK and Jetson Xavier NX:

              And what about the learning curve of QT? btw does it have a Drag and Drop designer?

              • Qt has the best documentation I've seen anywhere
              • learning curve - well, hard to say, I've started learning it 15 years ago... But in my case it was enough to read a few chapters in a book (just to get the initial info and "philosophy" of Qt) and then it was pretty easy to learn further (thanks to good documentation). Since then we have also gained QML, which according to many people I've heard is easier to learn than other such technologies
              • Drag & Drop designer - yup, it's there, built into Qt Creator IDE. I almost never use it so again - can't comment much here, sorry!

              (Z(:^

              1 Reply Last reply
              3
              • I Offline
                I Offline
                Inevo
                wrote on last edited by
                #7

                Can I write my app with python instead of C++ and omit QML or is C++ and QML necessary for app building with QT?

                jsulmJ 1 Reply Last reply
                0
                • I Inevo

                  Can I write my app with python instead of C++ and omit QML or is C++ and QML necessary for app building with QT?

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Inevo Yes, you can use Python (PyQt, PySide). No, QML is not mandatory, you can use QtWidgets.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  1

                  • Login

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