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

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -