Android 手机签到系统设计和实现摘 要本文介绍了基于 Android 平台的学生签到系统的设计和实现。目前,大多数高校还在以纸质点名签到,由于传统的学生签到方式既繁琐低效又费时费力,还无法解决学生代签的问题,因此本文基于 Android 平台,利用手机 MAC 地址的唯一性,系统设计实现学生的注册登录,利用 WiFi 热点技术进行签到的基本功能。这样实现的 Android 学生签到系统稳定性高,调高了管理效率,既节约成本又方便快捷。该系统能够及时有效的掌握学生上课时的出勤情况。关键词:学生签到系统;WiFi 热点 ;签到系统;手机 MAC 地址AbstractThis paper introduces the design and implementation of student check-in system based on Android platform. At present, most colleges and universities still sign in by paper roll call. Because the traditional way of student sign in is not only tedious, inefficient, time-consuming and laborious, but also can not solve the problem of student signing on behalf of others. Therefore, based on Android platform, this paper uses the uniqueness of mobile mac address, system design to realize the registration and login of students, and the basic function of sign in using WiFi hotspot technology. This implementation of Android student check-in system has high stability, high management efficiency, cost saving and convenient. The system can grasp the attendance of students in class timely and effectively.Key words: student sign in system; WiFi hotspot; sign in system; mobile MAC address目 录第 1 章 引言随着时代的进步和科技的发展,网络通信使人们的生活方式发生了天翻地覆的变化。计算机设计的一些软件和系统,在我们的生活中提供了许多方便,从而代替了一些较复杂的手工程序。而课堂考勤在高校的教学管理中又显得至关重要。现在大部分高校课堂的签到方式还是纸质点名签到,点名过程低效且繁琐,占用一部分的上课时间,最后的统计工作也极其费时费力。在这个“机不离手”的学生时代里,安卓手机的 GPS 定位功能及地图服务已经被越来越多的人重视和应用,手机上的位置...