#Android dioxus app - a background service

1 messages · Page 1 of 1 (latest)

cyan pelican
#

Is there any way to launch a kind of background service on android, to do something every x minutes? Maybe another thread, that does nothing with dioxus gui?

copper sapphire
#

I think android does not particularly like that (battery usage etc.)

golden delta
cyan pelican
#

yea i gived up

#

fuck java

#

give me pure c bindings

#

bloat android

golden delta
#

I know for ios the objc2 crate has safe wrappers over the background service tasks but tbh background services seem super unreliable on mobile in terms of scheduling etc