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. Android communication from / to a QML View
Forum Updated to NodeBB v4.3 + New Features

Android communication from / to a QML View

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 1.1k 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.
  • A Offline
    A Offline
    andressgr
    wrote on last edited by
    #1

    Hi,

    I am trying to build a complex view (a rich text editor) using Qt Quick. I want to be able from another Android application to modify that view at runtime. For example, if the user adds/removes characters, I want this events to be sent to the Qt view. Is that possible? Any hints or comment will be appreciated.

    Another important question would be if it is possible to create a view with Qt and use it in a native Android project. That is, is it possible to manipulate the view from Java/JNI code (or somehow)? If so, how could I do it?

    Regards.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Vincent007
      wrote on last edited by
      #2

      I don't understand your requirements. Do you mean you need inter-process communication? for example, one process is a Qt application, another process is an application that can send messages to the Qt application.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andressgr
        wrote on last edited by
        #3

        Yes, I want to access from one Android project to the view created in Qt. Is that possible?

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Vincent007
          wrote on last edited by
          #4

          Maybe you should use Binder.

          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