A focused productivity timer for Android built with Kotlin. Implements work/break intervals, local notifications, and session tracking — helping users stay in flow without constantly checking the clock.
Existing Pomodoro apps are bloated with ads, social features, and gamification — exactly the noise a focus app should remove.
A minimal native Android app: pick a duration, hit start, get notified at the end. Local storage for session history. No accounts, no network calls.
Used daily by myself and a small group of beta testers. Zero crashes reported across 200+ sessions.
Foreground service runs the timer reliably even when the app is backgrounded. Local notification fires at the end of each work and break block.
Every completed session is persisted to a local Room database. Users can review streaks and weekly totals.