kylecorry31 / Trail-Sense

An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.
https://kylecorry.com/Trail-Sense/
MIT License
1.23k stars 75 forks source link

Do more research into work manager #902

Closed kylecorry31 closed 1 year ago

kylecorry31 commented 3 years ago

Based on the docs, I should be able to replace the backtrack and weather foreground services with it - for Android 12 I might need to experiment with how it can work with AlarmManager for exact notifications.

Also, some background services might be able to use it for daily jobs (daily weather, astronomy alerts).

Create a proof of concept app with the following:

kylecorry31 commented 3 years ago

https://developer.android.com/topic/libraries/architecture/workmanager/advanced/long-running

https://developer.android.com/jetpack/androidx/releases/work#2.7.0-alpha04

https://stackoverflow.com/questions/53573436/how-can-location-updates-from-fusedlocationproviderclient-be-processed-with-work