I have a feature in my application to print html page with Bluetooth printer. We use this model. I know that since Android 4.4 KitKat it know supports printing with WiFi printer. But I need to support printing on older versions of Android and for Bluetooth printer. After some research I found that Android does not support printing with Bluetooth printers because Android does not support Basic Printing Profile as stated here or [here].4 But nevertheless I've found that people somehow print content. So I'm interested are there some common ways or may be there is a standard API for this? Because I think it is a widespread feature and it is strange if Android doesn't support it yet.
Asked
Active
Viewed 1,997 times
1 Answers
0
Print from your Android application with Bluetooth Printer
Print from your Android application with Bluetooth Printer
i got the answer here

Community
- 1
- 1

Pramoda Fernando
- 11
- 2
-
1The link should be posted as a comment under the question, indicating that the question is a duplicate. Adding an answer that is just a link to another answer is frowned upon. – Mark Leiber Apr 21 '15 at 18:42
-
@MarkLeiber no you can see through this link there is a "Click here" in 2 answer that git project will help you it worked!!! – Pramoda Fernando Apr 22 '15 at 10:40
-
I'm not disagreeing that there is an answer at the link you posted. I'm trying to tell you that posting a link to another Stack Overflow answer should be done as a comment. Answers like the one you provided are often down-voted because they don't add anything new. As a new user, I hope you'll take my advice. Good luck. – Mark Leiber Apr 22 '15 at 12:24