Vijay
Vijay

Reputation: 156

Print text data using blue tooth supported printer

I want to use printer to print data from our android application, can any one suggest me good and simple technique to print the text data on paper?

Thanks in Advance.

Upvotes: 0

Views: 546

Answers (1)

kuljeet singh
kuljeet singh

Reputation: 2852

Hi You can use below android documentation to achieve this task but make sure that your printer is Moperia cerified(http://mopria.org/)

  1. https://developer.android.com/training/printing/custom-docs.html
  2. https://developer.android.com/training/printing/index.html

Thanks

Upvotes: 1

Related Questions