Activity Time Counter

Feb 14, 2019

Overview I built Activity Time Counter as an Android app for tracking daily activities and turning productive time into virtual earnings. The idea was to make routine tasks more motivating by connecting time spent on...

Slide 1
Slide 2
Slide 3
Client
Personal Project
Industry
Education

Overview

I built Activity Time Counter as an Android app for tracking daily activities and turning productive time into virtual earnings. The idea was to make routine tasks more motivating by connecting time spent on activities with a simple reward system.

My Role

I designed and implemented the Android app, activity timer, virtual currency system, local database storage, and progress visualization.

Key Features

  • Activity-based time tracking
  • Virtual money earned per second
  • Local SQL-backed activity history
  • Graphs for reviewing progress
  • Android UI built with Java and XML
  • Designed around personal productivity and habit motivation

Technical Highlights

The project required reliable timer behavior, structured local storage, and clear activity records. I used SQL to persist activity data and focused on making the app useful for reviewing how time was actually spent.

What I Learned

This project helped me practice object-oriented programming, Android development, SQL data modeling, and building tools around personal behavior change.