#Android dioxus app - a background service
1 messages · Page 1 of 1 (latest)
I think android does not particularly like that (battery usage etc.)
I think its possible but you have to write java/kotlin bindings that invokes the function in your rust app
maybe the ndk crate will help?
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