I've a table named student
. I need to display attendance details of student by passing Student_ID
. Database uses normal MySQL
database on server-side to maintain the attendance register.
How to connect that MySQL Server
to Android
Application ?