I'm creating an inventory app where, for each inventory item record, I use a bluetooth bar code scanner to scan a bar code into an edit text box. Then, using the soft keyboard, I need to type a description and some other info into various other edit text boxes to complete the record and add it to my database.
The scanner is paired and works fine for entering the scanned bar code into the edit text box, but then I can't get the soft keyboard to come up on the screen. If I run the app without the scanner I can use the soft keyboard to type the info into all the fields, but if I use the scanner I lose the soft keyboard. It seems like I can only use either the scanner or the soft keyboard, but not both in the same app?
I know the scanner is effectively a keyboard entry device. Am I just making some dumb beginners mistake here, or is Android unable to handle both input devices in the same activity?
Any suggestions on what I'm doing wrong, or what I need to do to make this this darn thing work?
Not asking anyone to write code for me, but if you could just steer me in the right direction I might be able to keep what few gray hairs I still have remaining!
The scanner is paired and works fine for entering the scanned bar code into the edit text box, but then I can't get the soft keyboard to come up on the screen. If I run the app without the scanner I can use the soft keyboard to type the info into all the fields, but if I use the scanner I lose the soft keyboard. It seems like I can only use either the scanner or the soft keyboard, but not both in the same app?
I know the scanner is effectively a keyboard entry device. Am I just making some dumb beginners mistake here, or is Android unable to handle both input devices in the same activity?
Any suggestions on what I'm doing wrong, or what I need to do to make this this darn thing work?
Not asking anyone to write code for me, but if you could just steer me in the right direction I might be able to keep what few gray hairs I still have remaining!