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 application, which has background process running as service: WHAT TECHNIQUE TO CHOOSE
Forum Updated to NodeBB v4.3 + New Features

Android application, which has background process running as service: WHAT TECHNIQUE TO CHOOSE

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 168 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.
  • D Offline
    D Offline
    Delphi251189
    wrote on last edited by
    #1

    I need an application which must be do an action ( execute some code in Qt/C++ NOT JAVA ) when new SMS received. As far as I understand some part of app must be implemented as background process, something like (or exactly) service, to allow processing SMS when app is not running.
    As listed below there are many different techniques to implement Android service.
    https://doc.qt.io/qt-5/examples-qtandroidextras.html
    In the same lib file, in the same process, BroadcastReceiver, and so on...
    Can somebody explain the difference of those methods, pros and cons, principles, or...any helpful info...please

    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