question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use Zxing library for QR code reader & creator

See original GitHub issue

Currently, we are using "QRDroidServices", by DroidLa. for creating & reading the QR code for Share Contact

Steps to reproduce

  • Go to navigation drawer. Select Travel
  • Go to Utilities. Select Share Contact
  • For “QRDroidServices”, we need to download another app.

What to do?

  • Use google’s Zxing library for creating as well as reading the QR code.
  • Remove the code of “QRDroidService”

References:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Swati4starcommented, Jul 4, 2018

There are 2 buttons on that page:

  1. Share my contact: The purpose of this is to share your contact via qr code. So, a qr code is presented on the screen (as well as placed in the gallery)
  2. View someone’s contact: This opens up a scanner, can read that particular qr code, decodes it & saves the person’s contact (name, phone number) in user’s contact list.

Earlier, we used to have phone number also in the login/signup process. But now it is replaced by email ids. So, replace the phone number also in qr code with the email id.

0reactions
Swati4starcommented, Jul 4, 2018

We can save email id also in contacts. Do that

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to generate and read QR code with Java using ZXing ...
How to generate and read QR code with Java using ZXing Library.
Read more >
Java QR Code Generator - zxing example - DigitalOcean
Today we will look into the Java QR code generator program. ... Here is the program you can use to create QR Code...
Read more >
Generate QR Code in java using zxing - CalliCoder
In this tutorial, You'll learn how to generate QR Codes in Java using google's zxing library.
Read more >
Generate QR Code using Java | ZXing Library - YouTube
In this video i have shown how you can generate QR code using java. I have using ZXing javase and ZXing core library...
Read more >
learn to generate QR codes in android with zxing library
QR Code Generator in android - learn to generate QR codes in android with zxing libraryIn this video, we use a library to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found