Skip to content
← All projects

AppelNFC

Android app that automates classroom attendance by reading the student card over NFC.

The problem

Calling out names in a lecture hall costs several minutes per class, and produces attendance sheets that administration then has to re-enter by hand.

The solution

AppelNFC replaces the roll call with a card tap. Student cards already carry an NFC chip: the teacher holds the card near the phone and attendance is recorded instantly.

Implementation

A second-year engineering project, built in Kotlin with Android Studio. Badge reading relies on Android’s NfcAdapter API, and attendance records are stored in a Firebase database, which avoids hosting a dedicated backend for a project of this size.