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 is native on Android/Ios/Windows Phone?
QtWS25 Last Chance

Qt is native on Android/Ios/Windows Phone?

Scheduled Pinned Locked Moved Mobile and Embedded
mobileioswindows phoneandroid
2 Posts 2 Posters 1.4k Views
  • 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.
  • S Offline
    S Offline
    scrolling
    wrote on 27 Aug 2015, 20:04 last edited by
    #1

    Hi!

    I've been searching for a tool that lets me build mobile multiplatform apps, I found Xamarin, AppCelerator, Cordova/phonegap, and surprisingly Qt. I've tested some little QML examples in my Android Tablet and they work very fine, but my question is: When I develop a QML app (that can run on Windows, Linux, Mac, Android...) and I build it in a specific platform, it generates native code for that platform?

    For example, Cordova creates web application, so, the application is not native, but a web app..

    Qt creates native code or creates a "container" (like cordova) and it display the app inside it?

    Sorry for my poor english

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 27 Aug 2015, 21:46 last edited by
      #2

      Hi,

      No, no container here. Qt uses plugins to talk to the underlying platform. Each has it's own specificity like e.g. Objective C/C++ for iOS or Java for android. But for you basically it doesn't change anything, you write code either in C++ and/or QML (unless you need some platform specific stuff in which case you'll do write e.g. a bit of Objective C/C++ for iOS). You don't have to worry about the underlying stuff.

      Hope it helps

      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

      1/2

      27 Aug 2015, 20:04

      • Login

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