Can somebody tell me how to make QR code scanner app on Android, extract information from QR Code, filter it and add to mysql db from the app? because I'm kind of hurry to making the app thanks!
Asked
Active
Viewed 357 times
0
-
1Stack Overflow is not a code writing service, it's expected that you attempt to code this yourself. I would suggest you do some research on your issue (maybe try the search box at the top of the page) and make an attempt at writing some code yourself. If/when you come across any issues with your code ask again and explain what you have tried, and why it did not work for you. See [How to Ask](http://stackoverflow.com/help/how-to-ask) for help with asking a great question as well as [Minimum, complete, verifiable example](http://stackoverflow.com/help/mcve). – Renats Stozkovs Mar 06 '17 at 15:43
-
Ok, thanks for advising me – Randy Reiza Mar 07 '17 at 04:13
1 Answers
0
For qr code scanning you would require a third party library like "zxing". Here are some useful links for zxing and mysql integration:
Integrate ZXing in Android Studio
Can an Android App connect directly to an online mysql database