ajithvgiri / PDF-Downloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API

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)));

PDF Downloader

About

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


Languages

Language:Java 100.0%