markhaehnel / Bonjwa.Android

Bonjwa Community App for Android
https://play.google.com/store/apps/details?id=xyz.haehnel.bonjwa
MIT License
4 stars 1 forks source link

Add notifications #3

Open markhaehnel opened 4 years ago

markhaehnel commented 4 years ago

Notify the user of streams starting soon or cancellations.

markhaehnel commented 4 years ago

We need to implement a way to persist the schedule locally and update it periodically to do notifications. Jetpack Room would be a great fit but currently there is a temporary incompatibility between Compose and Room (https://issuetracker.google.com/issues/145557605).