how to connect a printer to a Tablet without a bluetooth connection? - android

I want to print a statement document or cibil report on click of print command in my app. Printer is not connected via bluetooth. What are the ways to achieve this. How to start? Can i use PrinterManager and PrinterAdapter and send printjob (jobname and adapter)? Please guide me. Thank you.

Related

How to Recieve Data packets from a BLE device in android application

I am an android developer and new to the bluetooth low energy technology here i am creating an application which is receiving some data packets from a BLE Device (it is like a embedded programmed microcontroller).I am able to connect with the device and then i have to send a command to read the data or the characteristic.I don't know ho can i proceed for the further steps to do that.I have the UUID's and those commands but not able to programme it in android.
Please help me guys.
Thanks
Best Regards
Utkarsh
you should read out official tutorial where you can eaislly find how to get data this is link http://developer.android.com/intl/es/guide/topics/connectivity/bluetooth-le.html

android project for sending string to microcontroller via bluetooth

I want to make an application which should send a string over Bluetooth to a micro-controller..I am kind of new to android and don't know where to start..
if anyone could help me with code or what topics i should study to complete this project, it would be great help..
thanx in advance
You could visit the Bluetooth android documentation which shows you how to create a Bluetooth connection and retrieve data: http://developer.android.com/guide/topics/connectivity/bluetooth.html
It is the same basic principle but just need to modify that your android device only connects to the specific address which is your micro-controller. Then, I guess you done. Make sure that your micro-controller understands and can handle your Bluetooth messages.

print from android using wifi or bluetooth

I am making an app in which i require printing options in Android. I tried with google cloud print and other options, but my requirement is that i need to print it offline either by using a network wifi or bluetooth. I have no idea in this field and also android doesnt come with inbuilt print options ...so please help
my basic requirement is that my device should first find printer either in a network or some way through bluetooth and then print should b fired..
Please help and thanks in advise I really need some starting knowledge to begin with
any other suggestions are welcomed
Some bluetooth printers use OBEX for file transfer (Polaroid, for example), but android has no api to use it except sharing api. You can create your own implementation of OBEX or google it.

Printing data from an android application using a bluetooth printer

I have developed an application in which there is an activity in which i need to fill in some details and then print that data using bluetooth by a bluetooth printer.
I have implemented the code which turns on the bluetooth of the device,scans the bluetooth devices in the range.
Can anyone guide me how to proceed further?
I have read that for printing google cloud print is used.Can anyone guide me that is google cloud print useful for me?

Connect Android device to WiFi printer

I want to print my pdf document by my Android phone using wifi on any other way.
or please give me a suggestion about it is possible to connect our Device to wifi printer or send our document for printing.
I hope, I will get best answer or any suggestion from your side as soon as possible.
The simplest way I can think of is using Google Cloud print on android

Categories

Resources