printing - Print without print dialog Android -


simple android app developed. have printing functionality working in android version 4.4 via api google.

anyway final purpose print automatically default printer without ui interface. print content simple html. need custom code resolve issue.

kind regards danilo

i think, can't able hide print dialog, coz, printmanager class final. so, not allowed override that.

when call print(string, printdocumentadapter, printattributes) activity, starts print jobs bringing system print ui.

if want example printing document can refer android-wifi-print - github. prototype printing document using wifi printer.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - Gamma correction doesn't look properly corrected, is this linear? -