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 PDF
s, it works fine (I send an intent to the OS with Intent.ACTION_VIEW
). On the emulator for example, I have no such app installed. But I want to show the user that PDF
somehow, on any device. I need a general solution that works on any Android device, preferably without any external apps. Is it possible?
Asked
Active
Viewed 707 times
0

overbet13
- 1,654
- 1
- 20
- 36
-
1[Then try to integrate with this](http://stackoverflow.com/a/10352422/940096) – Praveenkumar Jul 20 '12 at 07:53
1 Answers
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.

Community
- 1
- 1

Praveenkumar
- 24,084
- 23
- 95
- 173