3

In my android application i would like to allow the user to print the data on phone to the nearest printer on click of print button.

Is it possible in android.How could i get the printers nearby?

Please share your valuable suggestions.

Thanks in advance :)

Remmyabhavan
  • 1,689
  • 5
  • 36
  • 65
  • do you get the solution.if you got plz look into this http://stackoverflow.com/questions/23557722/print-from-your-android-application-with-bluetooth-printer – Noufal May 09 '14 at 06:33

1 Answers1

0

Looks like you want send2printer, which apparently contains an API that can be used by 3rd-party apps (I guess that's where you come in).

trojanfoe
  • 120,358
  • 21
  • 212
  • 242