-1

I was looking for an app for phones (iPhone, Android and SmartPhone - any or all) that would simply run in the background and place any scanned upc code digits into the currently active textbox.

I've Googled for quite a while and only found an Android app that actually replaces the keyboard of the phone.

It seems like it should be easy (I have many for PCs) but I haven't done any handheld programming since Windows CE days so I don't know if this is possible (can apps see other apps controls in these phones).

Has anyone ever come across an app like this?

Belmiris
  • 2,741
  • 3
  • 25
  • 29

2 Answers2

1

You cannot do this system wide. You can only add this functionality to your apps.

This question is very similar Take a look. Android Long Press on Edit Text behavior

Community
  • 1
  • 1
Ron
  • 24,175
  • 8
  • 56
  • 97
  • 1
    FWIW; You can't do this in iOS either – JustSid Apr 24 '12 at 13:45
  • Ah, I was afraid of that. Perhaps there are similar keypad replacement apps for iPhone and SmartPhone that will allow me to shell a browser in them and scan into it. Thank you. – Belmiris Apr 24 '12 at 13:51
1

use the iphone sdk from zbar and you can do it inside your app.

iDev
  • 478
  • 1
  • 3
  • 24