Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to print using a zebra printer in android?

Tags:

android

I am developing an android application in which i need to print a bill. I intend to print this bill using a Zebra printer. I have never done this before. So i have no idea how to do this. Any help would be appretiated. Thanks in advance.

like image 284
Amey Bhandarkar Avatar asked Feb 08 '13 04:02

Amey Bhandarkar


People also ask

How do I print from my Android phone to my Zebra printer?

Just download Zebra's Printer Setup Utility app on your Android mobile device and tap the printer you wish to configure. Your printer and device will instantly begin communicating via Bluetooth.

Can I print from my Android phone to a printer?

Google's Cloud Print is a technology that allows you to print files from any device, anywhere — whether you're on the same Wi-Fi network as the printer or not. It's the best way to print from Android devices, because it's built into Android itself, meaning you don't have to download or manage any third-party software.


1 Answers

Zebra has posted a complete tutorial on how to print with the ZSDK API on Android: https://km.zebra.com/resources/sites/ZEBRA/content/live/WHITE_PAPERS/0/WH62/en_US/AndroidSDK_Java_GettingStarted_WH.pdf#xml=https://km.zebra.com/kb/index?page=answeropen&type=open&searchid=1360598145375&answerid=16777216&iqaction=6&url=https%3A%2F%2Fkm.zebra.com%2Fresources%2Fsites%2FZEBRA%2Fcontent%2Flive%2FWHITE_PAPERS%2F0%2FWH62%2Fen_US%2FAndroidSDK_Java_GettingStarted_WH.pdf&highlightinfo=8388708,9,19. Furthermore, their knowledgebase contains a lot of sample code that should get you in the right direction: http://km.zebra.com. In general, Stackoverflow should be able to help if you have more specific questions!

like image 193
jason.zissman Avatar answered Oct 16 '22 09:10

jason.zissman