Home | History | Annotate | Download | only in play

Lines Matching full:progress

34       <li><a href="#Progress">Receiving download progress</a></li>
398 indicates the download progress, notifies the user when it's done, and takes the user back to
437 progress UI.</li>
439 receives updates about the download progress.</li>
560 <li>Builds a custom {@link android.app.Notification} that displays the download progress and
633 <p>In order to monitor the progress of the file downloads and restart the download if necessary, the
717 creates to show the download progress. When the user selects the notification, the system
719 that shows the download progress (usually the same activity that started the download).</li>
727 exist or a download is already in progress.</li>
738 display the download progress (see the next step). If the response <em>is</em> {@code
757 // If download has started, initialize this activity to show download progress
759 // This is where you do set up to display the download progress (next step)
772 service such that your activity receives callbacks about the download progress.
775 implementation. The next section about <a href="#Progress">Receiving download progress</a> discusses
788 // If download has started, initialize activity to show progress
793 // Inflate layout that shows download progress
829 <h3 id="Progress">Receiving download progress</h3>
831 <p>To receive updates regarding the download progress and to interact with the {@code
834 display the download progress and send requests to the service.</p>
870 <dt>{@code onDownloadProgress(DownloadProgressInfo progress)}</dt>
872 which describes various information about the download progress, including estimated time remaining,
873 current speed, overall progress, and total so you can update the download progress UI.</dd>
876 progress UI, see the {@code SampleDownloaderActivity} in the sample app provided with the