PDF Downloader

Additional

Language
Java
Version
N/A
Created
Sep 10, 2017
Updated
Nov 4, 2017 (Retired)
Owner
Ajith v Giri (ajithvgiri)
Contributor
Ajith v Giri (ajithvgiri)
1
Activity
Badge
Generate
Download
Source code

PDF Downloader

Example app to download pdf from url and saved into your internal storage

String url = ""; // your pdf url
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));