• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to add barcode scanner

Hello, Amoco. I'm need to send barcode to php-script.
I pass this tutorial.
http://code.tutsplus.com/tutorials/android-sdk-create-a-barcode-reader--mobile-17162

Everything is OK. But in Scanning via Intent i'm using Barcode Scanner app. This App working only in lanscape mode. But i need to work in portrait mode. I found this project

https://github.com/dm77/barcodescanner

It's isung zxing and working in portrait mode. You can see on the screens.

I already have gradle and gradle plugin in eclipse.
Added "plugin:eclipse" in gradle.build then run "grade eclipse" from cmd in project root folder and got OK.
But next i don't know...

Thank you.
 
Back
Top Bottom