0

I want to know how to begin with creating a basic QR Code scanner. I dont want any application Intent to be called. I want to know how my Camera intent can be started in QRCode scan mode, and how the result can be used. My application is only for String. Thanks in advance.

Sebastian Paaske Tørholm
  • 49,493
  • 11
  • 100
  • 118
Sandip
  • 1
  • 1
  • 2

1 Answers1

2

Take a look at googles zxing here, its open source so you can have a look at how they achieve it. Hope this helps.

Kenny
  • 5,522
  • 2
  • 18
  • 29