Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Evaluating Qt for Mobile + 3rd party library integration question

    Mobile and Embedded
    2
    2
    449
    Loading More Posts
    • 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.
    • clintm
      clintm last edited by

      Hi... I'm trying to determine if we can migrate an existing application to Qt for iOS and Android. I think it's going to work for we're evaluating a barcode scanning library which has support for iOS and Android natively (http://www.scandit.com/developers/).

      I was just wondering if it would be possible to integrate this library into the application and what the process might be roughly?

      Happy to read any documentation on the subject if someone could point me to it.

      Thanks

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        For iOS you would essentially write an Objective-C++ wrapper to interface the library. You can find such code in Qt itself or the QtMacExtras module.

        As for Android you can also integrate java libraries see this and the QtAndroidExtras module for examples on how to do that.

        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 Reply Quote 0
        • First post
          Last post