[Interest] Background Uploads in Android
md at rpzdesign.com
md at rpzdesign.com
Wed Mar 2 21:22:07 CET 2016
Looks like you have to create and launch in Java that will take over
uploading your file in the background when Android feels like it.
Job Schedule API may be your best way out.
No more worrying about ApplicationSuspended, Job Api is independent of that.
Bad thing is that you have to write some java.
Cheers,
md
On 3/2/2016 1:56 PM, Jason H wrote:
> So there seems to be some conflicting information out there about how to do this in Qt.
> It seems that in 5.3, because the Qt thread as not the UI thread, everything worked. then in 5.4, that stopped working? This was supposed to be fixed in 5.5? Anyhow, I'm working with 5.6 now. I have enough of a platform shim in place that I
>
> I wrote a bunch of code that assumed that I'd be running any time. I've successfully locked the CPU awake and detected foreground/background switches, but it seems that once I get to Qt::ApplicationState(ApplicationSuspended) my app is unable to do anything.
>
> Any help?
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
More information about the Interest
mailing list