Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 612 Bytes

Download Manager

This sample app shows how to download a file from a remote URL using Android's DownloadManager.

Usage

  1. Build and run the app using Android Studio.

  2. Press the DOWNLOAD button

  3. Watch the Logcat terminal in Android Studio. The URI will appear when the download is complete.

References