Show a PDF in Android application -


what did wrong. school project. , want implement changeplan.

    @override     {     webview webview = (webview) findviewbyid(r.id.webview);     webview.getsettings().setjavascriptenabled(true);     string pdf = "http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf";     webview.loadurl("http://drive.google.com/viewerng/viewer?embedded=true&url=" + "http://www.spalatin-gymnasium.de/conpresso/_data/vertretungsplan.pdf"); } 

}


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -