This document describes the development of an Android mobile application to help college students track their class attendance. The application was built using the Android SDK and Eclipse IDE and connects to a MySQL database using PHP web services and JSON. The application allows students to log in and view their attendance records for different subjects and levels. The key components discussed are the Android architecture, tools used like MySQL, PHP, and JSON, and how the mobile app interacts with the backend database through web services to add and retrieve attendance records.