Summary of How It Works:
Background Task: Every ~15 minutes,
Workmanagerwakes up the app.Fetch:
_checkForNewPostsreads your CSV to get the blog URL, then fetches the latest 1 post from Blogger.Compare: It compares the
idof that post with thelast_notified_post_idstored inSharedPreferences.Notify: If the IDs are different, it triggers a local notification and saves the new ID.
Tap: Tapping the notification opens the
LiveScreen.
