Difficulty: Hard
Location: app/src/main/java/com/example/movies_db/worker/ReleaseNotificationWorker.kt
Description:
- Create the actual Android Notification.
- Create a
PendingIntent that opens MainActivity.
- Add a "Deep Link" to the specific
MovieDetailScreen for the released movie.
- Handle Android 13+ Notification Permissions.
Difficulty: Hard
Location:
app/src/main/java/com/example/movies_db/worker/ReleaseNotificationWorker.ktDescription:
PendingIntentthat opensMainActivity.MovieDetailScreenfor the released movie.