Как мне перенести название, раздел. и оцените QR-код в моей базе данных XAMPP MySQL [дубликат]JAVA

Программисты JAVA общаются здесь
Anonymous
Как мне перенести название, раздел. и оцените QR-код в моей базе данных XAMPP MySQL [дубликат]

Сообщение Anonymous »


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


Источник: https://stackoverflow.com/questions/780 ... -xampp-mys

Вернуться в «JAVA»