Re: [Interest] Android services

2016-03-07 Thread Jason H
; From: "Pendleton, Corey" > To: "Jason H" > Cc: "interest@qt-project.org" > Subject: RE: [Interest] Android services > > Yeah, we have the same challenge. Our current workaround is to launch our > Activity as a sticky activity, and then push it

Re: [Interest] Android services

2016-03-07 Thread Pendleton, Corey
ugly hack, but we hope Qt can work on this or perhaps we can help by contributing eventually. Corey -Original Message- From: Jason H [mailto:jh...@gmx.com] Sent: Monday, March 07, 2016 11:55 AM To: Pendleton, Corey Cc: interest@qt-project.org Subject: Re: [Interest] Android services T

Re: [Interest] Android services

2016-03-07 Thread Jason H
ent: Monday, March 07, 2016 at 12:46 PM > From: "Pendleton, Corey" > To: "interest@qt-project.org" > Subject: Re: [Interest] Android services > > You might find this interesting: https://bugreports.qt.io/browse/QTBUG-37221 > According to the patch associated wi

Re: [Interest] Android services

2016-03-07 Thread Pendleton, Corey
...@rpzdesign.com] Sent: Friday, March 04, 2016 5:50 PM To: interest@qt-project.org Subject: Re: [Interest] Android services Why don't you create a skeleton test app and share with the group the source code. I sent you a reply message yesterday suggesting the Android Job API. You might

Re: [Interest] Android services

2016-03-07 Thread Jason H
PM > From: "m...@rpzdesign.com" > To: interest@qt-project.org > Subject: Re: [Interest] Android services > > Why don't you create a skeleton test app and share with the group the > source code. > > I sent you a reply message yesterday suggesting the Android J

Re: [Interest] Android services

2016-03-04 Thread m...@rpzdesign.com
Why don't you create a skeleton test app and share with the group the source code. I sent you a reply message yesterday suggesting the Android Job API. You might find sweeter fruit using that. md On 3/4/2016 4:46 PM, Jason H wrote: So I am trying to implement a background service and it's n

[Interest] Android services

2016-03-04 Thread Jason H
So I am trying to implement a background service and it's not going very well. The service is being used to upload files when the UI is suspended. My usage differs from the http://www.kdab.com/qt-android-episode-7/ tutorial in a number of ways. 1. I have a Qt App 2. I have a subclassed QtActiv