Utilities
RemindToDeleteMedia
In development
The screenshot graveyard problem. RemindToDeleteMedia schedules review reminders for specific media folders — when the timer fires, you see folder size, file count, and a quick-review UI so cleanup takes minutes, not weekends.
What it does
- Per-folder reminder scheduling
- MediaStore queries for live size + file counts
- Quick-review swipe UI for keep/delete decisions
- AlarmManager-backed reminders survive reboot
- Local config, no account required
Want a heads-up when RemindToDeleteMedia releases?
Related posts
Android Deep Links: Implementation, Testing, and Common Pitfalls
Deep links connect external content to specific screens in your app. Web links, push notifications, and app shortcuts all use them. Here's how to implement, test, and debug Android deep links correctly.
ReadAndroid Widgets With Glance: Building Home Screen Widgets in Compose
Home screen widgets are one of the most underused retention tools in Android development. Glance brings Compose-like syntax to widget development. Here's how to build a functional widget from scratch.
ReadBuilding an Android Widget With Jetpack Glance
Jetpack Glance lets you build home-screen widgets with a Compose-like API instead of clunky RemoteViews. Here's how it works, the constraints that make widgets different from app UI, and how to keep them updated efficiently.
ReadRelated across catalogs
- RemindToDeleteAppsAndroid project· In development
App lifecycle reminder — schedule deletion reminders per installed app using AlarmManager + BroadcastReceiver, with PackageManager integration to surface current app metadata.
- GratitudeGlowAndroid project· In development
Daily gratitude journal — structured entry capture with streak tracking, notification scheduling via AlarmManager, and local Room DB storage. All data stays on-device.
- GravityWinsAndroid project· In development
Accelerometer event logger — detects, records, and visualizes device drop events with session history, impact stats, and shareable data.
- HabitForgeAndroid project· Coming soon
RPG-style habit tracker — habits as quests with XP, leveling, and achievement unlocks. Streak protection mechanics and difficulty scaling per habit.
- HydraTrackAndroid project· In development
Water intake tracker — daily goal management with hourly reminder scheduling, intake history via Room DB, and homescreen widget for quick logging without opening the app.
