I have been trying to build an Android application in which i need to include a qr scanning feature. And After scanning that qr code it should provide an drop down menu to choose categories to proceed with. How can i achieve this? I'll be using java to build that application. Please consider helping this.
Use this library for QR scanning
https://github.com/journeyapps/zxing-android-embedded
It will solve your problem
Firebase now has a Barcode Scanner feature, including QR Code, it's free and run 100% on device.
Related
i am at beginner level in android. i want to develop an app which scan QR code using camera and shows the result of QR code. There are many solution there but every time i try code the error appear or exception is there. i want complete step by step process in android studio or tutorial link
I highly recommend you to check Udacity, they have awesome free courses for beginners and intermediate developers. Also they have Android Developer Nanodegree and one of it's projects is to create a Barcode scanner app, which is very similar to scanning QR code.
Also you could try using library like this to implement QR-scanner functionality, but using library won't improve your knowledge.
You can use the ZXing library for reading the bar-codes and parsing the contents. Here's a good tutorial.
http://code.tutsplus.com/tutorials/android-sdk-create-a-barcode-reader--mobile-17162
I am looking for a detailed tutorial on QR code generation in Android. Kindly, let me know if ZXing is the only possible solution or there are other options.
You can use the Zxing Library for QR purpose projects.
Complte list of examples are available here,
Android Barcode scan Using Zxing Library
Integrating ZXing in your Android App as standalone scanner
I want to make an Android app that uses the camera to take a photo of a barcode for a product to get the number of barcode, but I have some problem to make the implementation.
The main question is how can I use the camera to take a picture to recognize the id of this barcode without using any external application.
Thanks for your help!
You should try Zxing library, the library contains Barcode Scanning feature.
here : http://code.google.com/p/zxing/downloads/list
Why won't you use the external application? This is the power of Android apps - they can use each other functionality, which is implemented perfectly in their app.
yes yu should use the zxing tool this is an open source you can use in your code too, here : http://code.google.com/p/zxing/
downloads/list. download the source code from main site and see manual it will give you the instruction too
I am trying to do an app to create a final QR code for the information of multiple barcodes
that I have scanned.
I am wondering how would you import the ZXing lib to your code?
Assume that user already has ZXing scanner in their mobile, can I just connect with the app to generate the barcode without importing all the lib since it will make my app heavy?
For importing , QRencoder.java from ZXing, what are the necessary part of codes that I need?
Or is it even possible?
I found this two months ago : http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/
And I have tried installing that apache but it is so painful process for me. So is there any other ways around?
Regards
Thet
Yes, just use Intents. You don't need any code beyond the bit of integration code here: http://code.google.com/p/zxing/wiki/ScanningViaIntent The same class has methods for encoding a barcode on screen.
I am working with android API v2.2.
I want in my application i can work with QR reader. means in a button click it open the camera and can able to read QR code.
Is it possible generate QR code through application?
How can i work with these? I dont have any idea.
Plz tell me what should used for this(is there any lib or api available for this) If yes then what should be the process.
Give me a sample example.
Thank you
Try the zxing library : http://code.google.com/p/zxing/
you can use either
zxing library : http://code.google.com/p/zxing/
or
ZBar bar code reader here http://sourceforge.net/projects/zbar/?source=dlp