Android Services in Qt Quick
-
-
@raven-worx Why I would want to do that, includes an app where I would want to periodically check the server for data updates (without the app being opened by the user)... other examples include messaging apps, news/magazine apps, should I go on? Be it GUI declarative or not.. so essentially there isn't a single way to do any background work whilst the app has been minimized on the user's mobile device?
-
@raven-worx Why I would want to do that, includes an app where I would want to periodically check the server for data updates (without the app being opened by the user)... other examples include messaging apps, news/magazine apps, should I go on? Be it GUI declarative or not.. so essentially there isn't a single way to do any background work whilst the app has been minimized on the user's mobile device?
@Peps
everything correct.
But it doesn't make sense to use a UI declaration language for "headless" code.
You anyway have to create a separate entry in the manifest file. So anyway another "base" implementation. So i wouldn't try to add another level of complexity here.