I'm a beginner and a high school student in programming an application in android studio. The project I'm doing is a student attendance scanner. Currently I created a QR code generator and scanner, my only problem is I don't know how to connect my database XAMPP MySQL in the application. (for your information I don't have any history and background on creating and connecting a database.)
here is the process:
- type your name, section, and grade level
- after that you click generate code (your input data like name, section, and grade level are now in the code you generated)
- scan the QR code (and the name, section, and grade level will be transferred in the database. And I will see it as an admin if it's transferred or not.)
this is the process that are in my mind. The generate code part and scanner are working perfectly, I just need to transfer the data that are in the code to the database when you scan it
I use ZXING on making the scanner and web kit on making code generator.
And these are my dependencies: enter image description here
Honestly I don't know what to start. Just like I said I don't have any knowledge in creating and connecting database, for you programmers database are called backend. I Just know how to create frontend. So I hope you can give me some tips and advice on how should I make this idea in reality.
Источник: https://stackoverflow.com/questions/780 ... -android-s