Home | History | Annotate | Download | only in play

Lines Matching full:downloader

28       <li><a href="#AboutLibraries">About the Downloader Library</a></li>
29 <li><a href="#Preparing">Preparing to use the Downloader Library</a></li>
31 <li><a href="#DownloaderService">Implementing the downloader service</a></li>
266 during the download, we recommend you use the <a href="#AboutLibraries">Downloader
403 <p>To simplify this work for you, we've built the <a href="#AboutLibraries">Downloader Library</a>,
406 download. By adding the Downloader Library and a few code hooks to your application, almost all the
408 user experience with minimal effort on your behalf, we recommend you use the Downloader Library to
421 <h3 id="AboutLibraries">About the Downloader Library</h3>
424 minimal effort on your behalf, we recommend you use the Downloader Library that's included in the
429 <p>To implement expansion file downloads using the Downloader Library, all you need to do is:</p>
442 <p>The following sections explain how to set up your app using the Downloader Library.</p>
445 <h3 id="Preparing">Preparing to use the Downloader Library</h3>
447 <p>To use the Downloader Library, you need to
460 <li>Create a new Library Project for the License Verification Library and Downloader
467 market_apk_expansion/downloader_library/} for the Downloader Library).</li>
469 Downloader
473 <p class="note"><strong>Note:</strong> The Downloader Library depends on the License
475 Verification Library to the Downloader Library's project properties (same process as
488 LVL and the Downloader Library to your project. For example:
497 <p>With both the License Verification Library and Downloader Library added to your
505 that shows how to use the Downloader Library in an app. The sample uses a third library
516 <p>In order to download the expansion files, the Downloader Library
543 <p class="note"><strong>Note:</strong> By default, the Downloader Library requires API
547 <h3 id="DownloaderService">Implementing the downloader service</h3>
549 <p>In order to perform downloads in the background, the Downloader Library provides its
585 restarted (which might happen if the downloader service unexpectedly stops).</dd>
637 from the Downloader Library that checks the status of the download and restarts
679 <p>Starting the download using the Downloader Library requires the following
684 <p>The Downloader Library includes some APIs in the {@code Helper} class to
737 the Downloader Library begins the download and you should update your activity UI to
771 downloaderService)}. The {@code IStub} provides a binding between your activity to the downloader
832 DownloaderService}, you must implement the Downloader Library's {@code IDownloaderClient} interface.
857 downloader service, such as to pause and resume the download ({@code requestPauseDownload()}
867 returns the resource ID for one of the strings bundled with the Downloader
903 <p>If you decide to build your own downloader service instead of using the Google Play
904 <a href="#AboutLibraries">Downloader Library</a>, you should still use the {@code
911 href="#AboutLibraries">Downloader Library</a> as discussed in the previous section, the
927 href="#AboutLibraries">Downloader Library</a>, see the documentation for <a