Utilities
RemindToDeleteApps
In development
Phones accumulate apps you'll never open again. RemindToDeleteApps gives every install a configurable review date — when the timer fires, you decide keep or uninstall, with the app's actual usage stats in front of you.
What it does
- Per-app review-date scheduling at install or any time
- Usage-stats surface so you see actual time spent
- AlarmManager + BroadcastReceiver for survivable reminders
- PackageManager integration for current app metadata
- Local config, no account required
Want a heads-up when RemindToDeleteApps 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
- RemindToDeleteMediaAndroid project· In development
Media cleanup scheduler — set time-based reminders to review specific media folders using AlarmManager, with MediaStore queries to surface folder sizes and file counts.
- 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.
