crux-bphc / CMS-Android

A custom Moodle app for the students of BITS Pilani, Hyderabad Campus.
MIT License
28 stars 39 forks source link

Add a notifications screen for users to access notifications #358

Closed JustAGhost23 closed 7 months ago

JustAGhost23 commented 7 months ago

Added a new notifications screen from where users can read notifications, mark certain notifications as read, and go to the website by clicking the notification card.

PS: The badge used in this case is a BadgeDrawable from the Android Material library. This class, along with the BadgeUtils class from the same library, has been marked as experimental by Google, and the APIs associated with it are subject to change.