I am working on pdf. I am trying to open a pdf file from my application using the code below. But I failed to open.
private void openPdf() {
File fi
You can achieve this using 3rd party library integration. Working libraries are listed below, with SDK
https://github.com/JoanZapata/android-pdfview
https://github.com/jblough/Android-Pdf-Viewer-Library
with NDK
https://code.google.com/p/mupdf/downloads/detail?name=mupdf-1.2-source.zip&can=2&q=
guide to use @
http://dixitpatel.com/integrating-pdf-in-android-application/