Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8128099
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T07:46:00+00:00 2026-06-06T07:46:00+00:00

I want to make an Android app by using ZXing . Can anyone tell

  • 0

I want to make an Android app by using ZXing. Can anyone tell me how to use the core library, or anyone know how to use the core library to build a barcode scanner?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T07:46:02+00:00Added an answer on June 6, 2026 at 7:46 am

    You need to call Zxing intent in your Activity and relax.

    First add code to invoke the Intent:

    IntentIntegrator integrator = new IntentIntegrator(yourActivity);
    integrator.initiateScan();
    

    Second, add this to your Activity to handle the result:

    public void onActivityResult(int requestCode, int resultCode, Intent intent) {
      IntentResult scanResult = IntentIntegrator.parseActivityResult(requestCode, resultCode, intent);
      if (scanResult != null) {
        // handle scan result
      }
      // else continue with any other code you need in the method
      ...
    }
    

    Invest your time to go through wiki page of Zxing.They have explained it very nicely.

    http://code.google.com/p/zxing/w/list

    http://code.google.com/p/zxing/wiki/ScanningViaIntent

    Here is sample application demonstrating how to call Zxing intent.

    http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java

    Finally Test Project + Library is located at

    http://code.google.com/p/zxing/source/browse/trunk#trunk%2Fandroid-integration%253Fstate%253Dclosed

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use Gama component in Android to make our app good.I have
I want to be able to make an iphone and android app using php.
I want to make an Android Game App that loads a game slot that
I am new android app developer i want make app for tablets and phone
I want to make an App Engine connected Android app, and I'm beginning with
I want to make a menu in my android app but I don't want
i want to make a splash screen on my android application, i use phonegap.
I've use Parse to give my iOS and Android App notifications. But I want
I want to implement a RESTful webservice for an Android App using JSON. Do
I'm creating my first android app that will make use of SQlite. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.