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 and Android NDK
Forum Updated to NodeBB v4.3 + New Features

Qt and Android NDK

Scheduled Pinned Locked Moved Mobile and Embedded
3 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.
  • F Offline
    F Offline
    FredChamp
    wrote on last edited by
    #1

    Hi everyone,

    I'm working on a multi-platform open source project called fw4spl (https://github.com/fw4spl-org) and we started the android implementation.

    Our goal is to use the NDK with the less Java code as possible. The entry point of our application is the android_main that initializes an android_native_app. We have some working PoCs with VTK (not VES) and now we want to use Qt to make the app gui.

    If I'm not wrong, it's the android platform plugin that initializes its own app context by getting the Java env with some JNI calls and maybe Qt java files like QtApplication.java.

    But is it possible to do the same in a native way using the NDK and an existing android_native_app ?

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

      Hi and welcome to devnet,

      You should ask this on the "Android-development":http://lists.qt-project.org/mailman/listinfo/android-development mailing list. You'll find there the Android ports developers/maintainers (this forum is more user oriented)

      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
      • F Offline
        F Offline
        FredChamp
        wrote on last edited by
        #3

        Thanks ! ;)

        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