Eric-Jalal / Flymate-Android

:snowflake: :ocean: :cyclone: :snowman: :foggy: :zap: :partly_sunny: :full_moon: A very simple and intelligent (Soon!) weather app
http://teslaa.net
Apache License 2.0
2 stars 0 forks source link

Implement WorkManager #4

Open Eric-Jalal opened 5 years ago

Eric-Jalal commented 5 years ago

Is your feature request related to a problem? Please describe. Battery drilling of background services.

Describe the solution you'd like As a user for a better UX and more accurate data serve i want to have my background jobs implemented in Firebase and get them as payload in a notification because it allows the app to run smoothly and not drill the battery of device.

Describe alternatives you've considered There is no alternative because in the future maybe PO decide to expand the app for other platforms so we can keep the same services and use them integrated.

Additional context https://developer.android.com/topic/libraries/architecture/workmanager/basics

Eric-Jalal commented 5 years ago

This feature request will be implemented by WorkManager (Android jetpack) instead of jobDispatcher