I just started android development with device Motorola tablet ET1. This device has a barcode scanner. I want to make an simple app which scans the barcode using ET1 scanner and show me information. I do not want to use Zxing or any other project for that. If ET1 has a scanner then there should be some simple way to use it in any app. I googled it but could not find any help. Any idea how can i do that? Thanks in advance.
A quick look at the ET1 Enterprise Tablet Integrator Guide suggests you just need to:
So, all you need is an EditText in your app, and to give it focus.
There are other alternative ways too - I suggest you have a look at the guide for more details. There's lots of information about the ET1 on the Motorola website if you need further information.