summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/app/PrintHtmlOffScreen.java
Commit message (Collapse)AuthorAgeFilesLines
* Update the print from off-screen WebView sampleSvetoslav Ganov2013-10-301-6/+49
| | | | | | | | To print we create an off-screen WebView but do not destroy it immeidately after printing. WebViews are somehow expensive and we do not want to keep them around more than needed. Change-Id: Ic9c78994e0c96d4d08c0e318c459acddd2e5a652
* Add print samples to the ApiDemos app.Svetoslav Ganov2013-10-301-0/+89
1. Added a sample for printing a bitmap. 2. Added a sample for printing an on-screen WebView. 3. Added s sample for printing an off-screen WebView. 4. Fixed a bug in the custom layout print sample. Change-Id: I35b2bbf8c7fd9bc39be795b1f793d9ea7bdfc8a0