Skip to content Skip to sidebar Skip to footer

Open Pdf File On Any Android Device

I am developing an app that downloads PDF files from the internet and opens them. I observed that if I have an app that is capable of opening PDFs, it works fine (I send an intent

Solution 1:

Yes, you can create one simple PDFViewr application and you can load your downloaded pdf into that app. I've similarly answered to this question

Have a look at here also. Don't forget to import the required library for this PDF application.

Hope this helps you.

Post a Comment for "Open Pdf File On Any Android Device"