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. Using Qt with Native Android application

Using Qt with Native Android application

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 125 Views
  • 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
    abhishekm
    wrote on 21 Sept 2021, 05:50 last edited by
    #1

    I have my own Application and Activity class in android. Now, I want to use Qt as a library for GUI framework, in my application.
    I went through the code of Qt, and found that it has its own QtApplication and QtActivity class, which acts as the entry point of the application and starts the event loop.
    Now, since the entry point in my Application class, how do I invoke and use QtApplication/QtActivity without changing the codebase of Qt ?

    Basically, I have my own entry point and do not wish to use the entry point of Qt. In such a scenario, how can I go about it without making changes to Qt's codebase ?

    Any suggestions/pointers will help.

    1 Reply Last reply
    0

    1/1

    21 Sept 2021, 05:50

    • Login

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