Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一张名为student. 我需要通过传递显示学生的出勤详细信息Student_ID。数据库使用服务器端的普通MySQL数据库来维护考勤记录。
student
Student_ID
MySQL
如何将其连接MySQL Server到AndroidApplication ?
MySQL Server
Android
您可以参考本教程,但您确实需要一个网络服务器。
请求机制 Android App ----> webserver ------> 数据库(mysql)
响应机制 Android App <---- webserver <----- database (mysql)
Android App 将使用JSON或其他方式获取数据并显示