0

I want to use this barcode scanner from ASE in normal Android application, without using or installing ASE. How can I do this?

UPDATE: I do not want use ZXing's Barcode Scanner because of permission they want (read contact data etc)

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134
SuitUp
  • 3,112
  • 5
  • 28
  • 41

1 Answers1

0

Have a look at ZXing's Barcode Scanner. They have very good implementation long before ASE :)

MykoB
  • 174
  • 1
  • 7
  • I do not want use ZXing's Barcode Scanner because of permission they want (read contact data etc) – SuitUp Feb 07 '12 at 13:52