[android-developers] Re: Integrate Wireless printer(via Bluetooth/WiFi) with Android Application.

2013-01-16 Thread bob
I bet you could do this over Wifi if you look at the source code to the *lpr * program: http://en.wikipedia.org/wiki/Lpr On Wednesday, January 16, 2013 8:19:51 AM UTC-6, Vaibhav Ajay Gupta wrote: I want to make an android application that can print forms which are created by same

[android-developers] Re: Integrate Wireless printer(via Bluetooth/WiFi) with Android Application.

2013-01-16 Thread bob
Also, here's an example of a guy who is printing to a Bluetooth printer from Android: http://stackoverflow.com/questions/7145787/bluetooth-printer-issue-in-android Looks like he just creates a Bluetooth socket and sends some text. On Wednesday, January 16, 2013 8:19:51 AM UTC-6, Vaibhav Ajay

[android-developers] Re: Integrate Wireless printer(via Bluetooth/WiFi) with Android Application.

2013-01-16 Thread Vaibhav Ajay Gupta
Thnx Bob for the reply.. http://stackoverflow.com/questions/7145787/bluetooth-printer-issue-in-android is what i was looking for. :) On Thursday, January 17, 2013 1:55:04 AM UTC+5:30, bob wrote: Also, here's an example of a guy who is printing to a Bluetooth printer from Android: