What's the best way to periodically push data to R...
# android
d
What's the best way to periodically push data to Room DB, say every 1-2 mins? Given WorkManager's 15-min minimum interval, are Background/Foreground services the way to go?
not kotlin but kotlin colored 5
The data is for logging/performance-related purposes and not something to be shown to users(notification)!