I have a Barcode scanner that connects to the device via OTG, how can I get the barcode itself in the application without using any EditText? I tried to use onKeyUp / onKeyDown, but there are only 2 characters, I need to catch it from the very start
Source: https://ru.stackoverflow.com/questions/602994/
All Articles