Connect Android device to WiFi printer - android

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

Related

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

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.

print from php application on a local bluetooth printer

I have the web-based application in 'PHP' and 'MYSQL' mobile version. We access application from android device (for example Smartphone). There is a local smart Bluetooth printer pairing with Smartphone. Distributors, who use that application, must take Bluetooth printer on a way, and print a receipt on that printer. Is there any solution for this? Any help or ideas will be appreciated. 2 days I can’t solve this problem. I can replace android device with any Microsoft device (for example "NOKIA LUMIA"), if it gets me any advantage.
It turned out that, the printer attached application, has its own web browser. When I navigate to my site from this browser, I discovered, that it has PRINT menu.
now I'm printing from this browser. I have made the printable version of web page and all is OK!!!!
well done.
My printer model is "MPT-II" (made in china).

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: connecting two device without internet

I am developing an application. In which the idea is like - i want to connect two devices as two mobile or two tabs or mobile to tab or mobile to server or tab to server. Means i want to send data from one device to other device mostly xml.
I want to connect two devices with out internet and blue tooth, I want to connect them with wifi having no internet. And than want to transfer data.
My point is i am having an application which is used to generate a xml and after generation of xml i want to send it to other device or tab or desktop server on a button click.
I searched on Google and found Ad-hoc network, but it is quite difficult to understand me. Is any other way by which i can easily understand Ad-hoc or other way by which i can connect.
So please guide me what should i do, how can I achieve my task. I need your guidance and suggestions.
Socket connection would be a great idea in your situation, you dont need to have Internet to do so. Here is one of many examples if you google it: http://examples.javacodegeeks.com/android/core/socket-core/android-socket-example/
Hope this helps
You can use iJetty. iJetty can be configured to use in your application and when you start wifi router on one android device another can get connected on that device and if it's your client applciation you can configure it to look on a specific port.
Try this : http://puregeekjoy.blogspot.in/2011/06/running-embedded-jetty-in-android-app.html
You could use Wi-Fi Direct if your version of Android is 4.0 or later and your hardware works with it.

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.

Categories

Resources