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. Fast-track Web Development Course At Tcci - Best Computer TrainingAuthor: TCCI - Tririd Computer Coaching Institute
2. Hiring Android Programmers And The Changing Nature Of Mobile Communication
Author: Shree Kumar
3. React Native Tutorial: Everything You Need To Build Modern Mobile Apps
Author: Tech Point
4. Artificial Intelligence Tutorial: A Complete Guide To Understanding Ai Concepts
Author: Tech Point
5. Why Education App Development Matters For Kids In Modern Tech Era 2026
Author: Kuldeep Singh Tomar
6. Stop Experimenting, Start Profiting: How Azure Ai 2026 Delivers Real Business Roi
Author: ECF Data
7. Advanced C Programming Tips & Tricks | Programming Classes
Author: TCCI - Tririd Computer Coaching Institute
8. Step-by-step Angular 8 Tutorial: Features, Benefits, And Easy Learning Guide
Author: Tech Point
9. Reactjs Tutorial Explained: Learn Components, State, And Ui Building
Author: Tech Point
10. Python With Django For Backend Development: Best Computer Classes
Author: TCCI - Tririd Computer Coaching Institute
11. Explore Latest Cybersecurity Trends In 2026
Author: Orson Amiri
12. Master Data Structures (dsa) For Coding Tests - Tcci
Author: TCCI - Tririd Computer Coaching Institute
13. Full Stack Web Dev: Mern Stack Course Iskcon Cross Road, Ahmedabad
Author: TCCI - Tririd Computer Coaching Institute
14. Robusta Coffee Beans: The Bold Brew Driving Global Coffee Culture
Author: komal
15. Legacy System Migration: A Comprehensive Guide To Modernization
Author: Tech Gazebos






