Claudio Wanner
Back

Android App

A very simple native Android app for tracking relationship time and recurring important dates, with local reminders for anniversaries and milestones.

I built this app for my own personal use after noticing that many existing apps in this category request far more private data access than necessary. Instead of relying on a third-party service, I created a lightweight, privacy-friendly solution tailored to a very specific use case. The app tracks the time since a chosen start date and continuously presents the relationship duration in multiple granularities, including days, weeks, months, and years. It also lets the user manage recurring important dates, such as anniversaries, meaningful shared moments, or sensitive remembrance dates. All data is stored locally on the device, so no backend or cloud infrastructure is required. The application uses Jetpack Compose for the UI, Room and DataStore for persistence, and WorkManager-based background scheduling to trigger local notifications ahead of upcoming events and relationship milestones.