Training performance tracking app for archery athletes. Originally published in 2013 as a BSc thesis project for the Industrial Informatics department of the Technological Education Institute (TEI) of Kavala, Greece.
A faithful web recreation of the original app runs in any browser — no install needed:
https://ha-elpasi.github.io/mFITA/
The demo reproduces the original screens, visuals, Greek text (with an English toggle, auto-translated by Claude Code), shot scoring, and session history. Its source lives in the docs/ folder.
- Thesis (Greek) — complete technical documentation
- Presentation (Greek) — project overview
- Original APK — 2013 release
This repository contains the original Eclipse ADT project targeting Android 2.2 (API Level 8). The code is preserved for historical reference.
- Touch-based shot recording on virtual FITA target
- Arrow management with performance tracking
- Training session logging and statistics
- Multi-distance support (30m, 50m, 60m, 70m, 90m)
- Data export to SD card
- Performance sharing capabilities
The web demo is plain HTML/CSS/JavaScript with no build step. Open docs/index.html in a browser, or serve the docs/ folder with any static web server.