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. Mobile development and third library
Qt 6.11 is out! See what's new in the release blog

Mobile development and third library

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 591 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.
  • P Offline
    P Offline
    Psykomusic
    wrote on last edited by
    #1

    Hi guys !
    I have to develop mobile application for iOS and Android. I'm pretty new to mobile dev and I'm looking for technologies to use. I think Qt (with QtQuick) is a good tech with the cross platform and my business written in C++. For a client I have to develop this app which use my business in C++ and their libraries. For Android they have a Java interface (I think I can use this .jar library and integrate it to my business C++/Qt) but for the iOS app they use CocoaPod, and I don't know what is it and if it's compatible with C++/Qt and how link it to my project.
    I don't stop my choice in Qt (for this dev) but I'll prefer use it, is it easy to integrate Java interface (.jar library ) in my business C++/Qt and use CocoaPods ?
    I think you could have the answers to my interogations :)
    Best regards,
    Psykomusic

    Video processing engineer and beginner C++/Qt developer.

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

      Hi and welcome to devnet,

      For Android, yes you can have use Java libraries and access them from Qt. See for example the Notification Example from the QtAndroidExtras module.

      Cocoapods is a package manager for project dependencies. You can use Objective-C++ to use Objective-C based libraries in C++ projects. However I don't know how well it mixes with Qt project management.

      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

      • Login

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