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. Calling single QtCore based Qt library from full blown Android app.

Calling single QtCore based Qt library from full blown Android app.

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 837 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.
  • M Offline
    M Offline
    marek.jasovsky
    wrote on last edited by
    #1

    Hello

    currently with latest Qt and QtCreator it is possible to create Qt Quick application, which can be compiled and deployed for both desktop (Win8) and Android device.

    Using Necesitas core Android application is created and provides all communication between Qt framework and Android app.

    What I want to achieve is to have Qt library which is using only QtCore library and nothing else and have one entry class within this Qt library. this class should be an entry point for calls from Java code of Android application. Whole UI, user input, rendering, etc should be done within Android app with Android framework, Qt library should just prepare data I want to display in Android app.

    how should I create this Qt library and how should I connect it to Android app? What I want to avoid is having to dynamically link / provide all others Qt libraries I am not using at all.

    I suppose it should be similar to QtActivity and QtApplication in org.qtproject.at5.android.bindings package in quick demos of Qt-Android, just containing less native calls. is this the right way?

    thank you all very much in advance

    Marek

    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