ALL >> Computer-Programming >> View Article
Qr Code Integration With Andriod Platform
We are using ZXing (pronounced "zebra crossing") image processing libraries to scan QR Code using Android device. The solution involves easy steps to integrate Zxing libraries with Android to direct auto scan of QR Code. We are using Android environment for development that Eclipse Java IDE.
Setp1: Acquire Zxing libray (Zxing 1.7 release bundle) from here (http://code.google.com/p/zxing/downloads/list)
Step2: Extract the zip bundle.
Step3: Create a new Android sample Project in Eclipse for QR Code Auto Scanner Test and set target to Android 2.2 SDK version.
Step4: Locate Android folder from the extracted bundle and pick CaptureActivity.java source file.
Step5: Also locate Core folder and import the source into the above sample project.
Step6: Change the package name of above CaptureActivity.java file to match the above sample project package structure.
Step7: Design a sample page with a SCAN button to add to the above sample project.
Step8: Add navigation to SCAN button click event as shown below
Intent scanner = new Intent(QRCodeAutoScannerTest.this, CaptureActivity.class); ...
... startActivity(scanner);
Step9: Change the existing manifest file to add the below filters
android:name="android.intent.category.BROWSABLE"/>
android:name="android.intent.category.BROWSABLE"/>
android:name="android.intent.category.BROWSABLE"/>
Add Comment
Computer Programming Articles
1. Learn Programming Efficiently With A Data Structures And Algorithms TutorialAuthor: Tech Point
2. How To Choose The Best Cybersecurity Certification That Offers Top Career Opportunities For You
Author: Lorcam Securities
3. Best C# Tutorial 2026: Master C# For Web And Desktop Development
Author: Tech Point
4. Data Center Cooling Market Growth, Trends & Forecast 2032 | Gmr
Author: Caitan Cruz
5. Ceh, Oscp, Or Comptia Security+: Which Cybersecurity Certification Is Best For You?
Author: Lorcam Securities
6. Microsoft Power Automate Workflow Automation Services
Author: brainbell10
7. Comprehensive Salesforce Tutorial: Learn Sales Cloud, Service Cloud, And Architecture
Author: Tech Point
8. Why Call Centers Prefer Renting Pcs Instead Of Buying Them
Author: Harsh
9. Macbook Repairs Adelaide – Professional & Reliable Service By Fix Laptops
Author: Fix Laptops
10. The Complete Ccie Security Lab Practice Companion
Author: ccielabpass
11. Web3 Blockchain Experts Jaipur
Author: Lalit Kumar Gupta
12. Flutter Tutorial For Beginners: Step-by-step Guide To Mobile App Development
Author: Tech Point
13. Python Cgi Programming Tutorial: Learn Server-side Python Step By Step
Author: Tech Point
14. Incomplete Access Reviews: A Growing Enterprise Security Risk And How To Resolve It
Author: Tushar Pansare
15. Typescript Tutorial: Learn Typescript From Basics To Advanced
Author: Tech Point






