I want to integrate zx开发者_运维百科ing code in my application. I do not want to install barcode scanning application separately on device. I have downloaded zXing1.6. I have gone through many posts and forums but unfortunately have not succeeded. Please tell me the steps required to achieve this.
You can simply use the code provided by zxing and then call the barcode reader activity using startActivityForResult
, after scanning it will return you the barcode in data
object(of Intent type) under onActivityForResult
function.
精彩评论