Amey Bhandarkar
Amey Bhandarkar

Reputation: 521

How to print using a zebra printer in 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.

Upvotes: 14

Views: 23979

Answers (1)

jason.zissman
jason.zissman

Reputation: 2800

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!

Upvotes: 15

Related Questions