aouerf / subwatcher

Be notified of your watched subreddits on the go.
Apache License 2.0
2 stars 1 forks source link

Create initial new posts notification logic #7

Closed aouerf closed 4 years ago

aouerf commented 4 years ago

The post checking and notification dispatches are called in the foreground (in MainFragment) at the moment. Later, the goal is to refactor this to work periodically in the background (ideally using WorkManager).