[Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Denis Shienkov
Hi all, I use QML and Qt 5.9.3 on my Android application. I achieved some tricks that my application continued to work when the smartphone goes to sleep or when the user presses the 'power' button, i.e. seems, that an application running in background mode. I do not use an Android service here

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Jérôme Godbout
rsday, February 15, 2018 9:25:38 AM To: interest@qt-project.org Subject: [Interest] How to make the QML gui be never stopped on Android Hi all, I use QML and Qt 5.9.3 on my Android application. I achieved some tricks that my application continued to work when the smartphone goes to sleep or when the

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Denis Shienkov
-- *From:* Interest on behalf of Denis Shienkov *Sent:* Thursday, February 15, 2018 9:25:38 AM *To:* interest@qt-project.org *Subject:* [Interest] How to make the QML gui be never stopped on Android Hi all, I use QML and Qt 5.9.3 on my Android application. I achieved some

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Vadim Peretokin
> solve it, I'm curious about all this, this still a pain to make those work > properly. > ------------------ > *From:* Interest > on behalf of Denis > Shienkov > *Sent:* Thursday, February 15, 2018 9:25:38 AM > *To:* interest@qt-project.org > *Subject:

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Jérôme Godbout
:00:54 AM To: interest@qt-project.org Cc: Jérôme Godbout Subject: Re: [Interest] How to make the QML gui be never stopped on Android Hi Jérôme, > android:value="true"/> I already have this property in My manifect file. > That service will need to communicate with your

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Denis Shienkov
, 2018 10:00:54 AM *To:* interest@qt-project.org *Cc:* Jérôme Godbout *Subject:* Re: [Interest] How to make the QML gui be never stopped on Android Hi Jérôme, > android:value="true"/> I already have this property in My manifect file. > That service will need to co

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Jason H
the Java SDK is the way to go.    Sent: Thursday, February 15, 2018 at 12:25 PM From: "Denis Shienkov" To: "interest@qt-project.org" Subject: Re: [Interest] How to make the QML gui be never stopped on Android Jérôme, Vadim, I do not have any models and so on, I just need to