I want to use this code from github: https://github.com/jesperborgstrup/buzzingandroid/blob/master/src/com/buzzingandroid/tools/PDFTools.java
I want to open pdf from my website. For example: http://www.adobe.com/enterprise/accessibility/pdfs/acro6_pg_ue.pdf
How can I call this method from this class? Please explain me it like a dummy. I am beginner.
Is this correct? PDFTools.showPDFUrl(pdf, http://www.adobe.com/enterprise/accessibility/pdfs/acro6_pg_ue.pdf);