See your time as a living visual — not a number.
Left is an Android app that turns your life, year, month, week, day, and hour into clean visual timelines and homescreen widgets.
Install · Why Left · Screenshots · Widgets · For Developers
Use this on your Android phone:
Quick steps:
- Tap the APK link and download.
- Open it from the Downloads app.
- Allow install permission if Android asks.
- Tap Install.
APK file in repo:
- Instant clarity: understand time at a glance without charts or clutter
- Visual-first design: progress is represented as dots, rings, and barcodes
- Homescreen friendly: widgets keep time awareness visible all day
- Deeply personal: customize symbols, themes, active hours, and countdowns
Inspired by Tim Urban's "Your Life in Weeks" and Left - Widgets for Time Left.
Included widgets:
- Year Progress (2x2)
- Year Barcode (4x2)
- Month Progress (2x2)
- Life Progress (2x2)
- Countdown (2x2)
- Day / Hour (2x2)
- Life / Year / Month / Week / Day / Hour timelines
- Real-time "current moment" indicator
- Smooth swipe navigation across time units
- 7 symbol styles: dot, star, heart, hexagon, square, diamond, number
- Custom elapsed / remaining / current colors
- Snapshot sharing
- Daily reminders with milestone detection
- Configurable wake/sleep windows
./gradlew :app:installDebugBuild APK only:
./gradlew :app:assembleDebugTech stack:
- Kotlin + Jetpack Compose + Material 3
- Glance AppWidget
- Room + DataStore
- WorkManager
- Min SDK 26 / Target SDK 34
Project structure:
app/src/main/java/com/timeleft/
├── data/
├── domain/
├── navigation/
├── ui/
├── util/
├── widgets/
├── MainActivity.kt
└── TimeLeftApplication.kt
MIT

