I have an external scanner that I want to use to scan a barcode. The device is setup as a keyboard wedge. Im using an Edit text field with focus to scan the text into. The input text is of variable length.
How do I know when all the text has been scanned into the edittext?
I have tried using TextChange event but that does not work or I don't know how to use it properly.
When I get the input text I then need to turn it around and send it to a server to be validated. That bit I do have working....
How do I know when all the text has been scanned into the edittext?
I have tried using TextChange event but that does not work or I don't know how to use it properly.
When I get the input text I then need to turn it around and send it to a server to be validated. That bit I do have working....