I am trying to opening some pdf from my Android application. I am using an Intent for doing that:
Intent intent = new Intent(); intent.setDataAndType(Uri.parse(u
You can use Webview to open PDF from url like this:
webview.loadUrl("http://drive.google.com/viewerng/viewer?embedded=true&url=" + your url);