Home | History | Annotate | Download | only in printing

Lines Matching full:adapter

17   <li><a href="#print-adapter">Create a Print Adapter</a>
40 <p>This lesson shows you how you connect with the print manager, create a print adapter and
70 implementation of the print adapter class is discussed in the next section.</p>
82 <h2 id="print-adapter">Create a Print Adapter</h2>
84 <p>A print adapter interacts with the Android print framework and handles the steps of the
88 As these selections are made, the print framework asks your adapter to lay out and generate a
91 process, users can choose to cancel the print action, so your print adapter must also listen for
96 in your print adapter in order to interact properly with the print framework:</p>
102 this method in your adapter is not required.</li>
113 execute them here. Implementing this method in your adapter is not required.</li>
117 critical to the functioning of a print adapter.</p>
120 <strong>Note:</strong> These adapter methods are called on the main thread of your application. If
133 the adapter makes these calculations and provides information about the expected output of the