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. Service running in background while App is closed? Like "Services in Android SDK"
Forum Updated to NodeBB v4.3 + New Features

Service running in background while App is closed? Like "Services in Android SDK"

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.8k 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.
  • R Offline
    R Offline
    rentner323
    wrote on last edited by
    #1

    Hi,
    I need some kind of Background process that makes a connection to a Server every 30 minutes and checks if the server has new data.
    If so, it should make a Notification (like WhatsApp does on new Massages). Klicking on that Notification should start my App.

    In Android SDK this would be "Started Services", Notification Manager and Intents.

    How can I do that in Qt?
    So far I only found "QSystemAlignedTimer" but im not sure if this would help me.

    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