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. Share files in Qt QML/C++ app in Android
Forum Updated to NodeBB v4.3 + New Features

Share files in Qt QML/C++ app in Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 60 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.
  • msauer751M Offline
    msauer751M Offline
    msauer751
    wrote last edited by
    #1

    Hi,
    I write an app in Qt QML / C++. In my app I create a sqlite database file. This file I want to share with an email programme or messanger in Android? How can I implement such function?

    Thank you for your help.
    BR
    martin

    jsulmJ J.HilkJ 2 Replies Last reply
    0
    • msauer751M msauer751

      Hi,
      I write an app in Qt QML / C++. In my app I create a sqlite database file. This file I want to share with an email programme or messanger in Android? How can I implement such function?

      Thank you for your help.
      BR
      martin

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote last edited by
      #2

      @msauer751 What exactly do you mean? Do you want to send this database file to another application (to, for example, send it as mail attachment)? Or should these other applications use it to read/write data?

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

      msauer751M 1 Reply Last reply
      0
      • msauer751M msauer751

        Hi,
        I write an app in Qt QML / C++. In my app I create a sqlite database file. This file I want to share with an email programme or messanger in Android? How can I implement such function?

        Thank you for your help.
        BR
        martin

        J.HilkJ Online
        J.HilkJ Online
        J.Hilk
        Moderators
        wrote last edited by
        #3

        @msauer751 I Don#T know if Qt actually provides apis for this, nowadays. "But back in my days" it didn't and you had to dip into native code to make this work.

        I used
        https://github.com/ekke/ekkesSHAREexample

        as a guideline for my development and I can only recommend it!


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

        1 Reply Last reply
        3
        • jsulmJ jsulm

          @msauer751 What exactly do you mean? Do you want to send this database file to another application (to, for example, send it as mail attachment)? Or should these other applications use it to read/write data?

          msauer751M Offline
          msauer751M Offline
          msauer751
          wrote last edited by
          #4

          @jsulm
          Yes my app should send this file via email or a messanger.

          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