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
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: [list] [*]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.) [/list] 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
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...
Я пытаюсь подключиться к MySQL из своей программы на C++, я загрузил и настроил соединитель MySQL C++ в своем проекте, но он продолжает вызывать две странные ошибки. Для контекста ниже приведен мой код:
try {
driver = get_driver_instance();
conn =...
Моя проблема проста: я хочу получить значение при определенном значении t кривой Безье, имеющей 2 точки. Один в позиции (0, 0), а другой в позиции (1, 1). Оба имеют одну касательную с координатами x и y. Как ни странно, когда я порылся в Интернете,...
здравствуйте, это мой первый пост о stackoverflow. Я начинаю изучать php, mysql и работаю над страницей входа в систему php, подключенной к базе данных mysql, которую я пытался протестировать через xampp и получаю следующее сообщение об ошибке >...
здравствуйте, это мой первый пост о stackoverflow. Я начинаю изучать php, mysql и работаю над страницей входа в систему php, подключенной к базе данных mysql, которую я пытался протестировать через xampp и получаю следующее сообщение об ошибке >...