Hi...
I have Android device with an integrated printer. Make and model are irrelevant. My app must collect printed data, so the manufacturer created a small API for that. I'm accessing that API on timer, but if I can somehow see that something is being printed I can only then access API functions. it's like monitoring a printer queue in Windows, and if something is printed go to collect data.
I have Android device with an integrated printer. Make and model are irrelevant. My app must collect printed data, so the manufacturer created a small API for that. I'm accessing that API on timer, but if I can somehow see that something is being printed I can only then access API functions. it's like monitoring a printer queue in Windows, and if something is printed go to collect data.