I want to create a Google glass application in which i want to scan a QR code.
I went through this post but i couldn't get clear idea.
Can anyone please direct me how to scan a QR code and get its content in Google Glass.
Thanks
Instructions are using Android Development version of Eclipse.
Glass is running a version of Android 4.0.3. You can slideload an app using an .apk
This project, Barcode Eye, ports the ZXing project to Google Glass https://github.com/BarcodeEye/BarcodeEye
After you clone the repo, add GDK, and build you can port it to your device.
It has hooks for Amazon, Ebay and Google in it already