Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.79 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.79 KB

Student Time Tracker

Student Time Tracker is an application made as a final project for the Introduction to Mobile Technologies classes on AGH-University of Science and Technology.

App description

The app lets You track time and displays it in neat pie-chart form. Tasks (single time entries) can be grouped into projects. The app runs in the background and every 25 minutes it lets You know that it is a good time for a Pomodoro Break.

Libraries and Techniques

  • vertical & horizontal layout
  • Database (SQLite) and ORM (ORMLite)
  • uses Android services
  • is broadcast sender & receiver
  • push notifications
  • connection to external API (Quotes API) with Volley
  • Materials.io
  • AnyChart

Documentation

Documentation-like tutorial "How to build Student Time Tracker" is available here (in Polish)

GUI