It appears the term may be:
// Create a download listener DownloadListener listener = new DownloadListener() { @Override public void onProgress(long bytesRead, long totalBytes) { // Update the progress bar } viewplaycap download
// Using OkHttp for downloads OkHttpClient client = new OkHttpClient(); It appears the term may be: // Create