I am a beginner of android. I don't know much about working with PDF and files. Please provide me resources that can be understand easily. Is there any third party plugins should be used? I have tried searching old questions but i am unable to know where to start.
Asked
Active
Viewed 99 times
1
-
1http://stackoverflow.com/questions/2456344/display-pdf-within-app-on-android?rq=1 – insomniac Jun 12 '16 at 07:49
2 Answers
0
You should have a url to access that document . You can use HttpURLConnection class and read subsequent bytes through it . Here is a nice example android download a file

Saurabh Chaturvedi
- 2,028
- 2
- 18
- 39
0
You have a very good library (AndroidPdfViewer) for API 11+ that can open, zoom and have animations. It's simple to use just read the .readme file.
It's based on PdfiumAndroid for decoding the pdf.

jzeferino
- 7,700
- 1
- 39
- 59
-
hey thanks for the answer @jzeferino but i am unable open a pdf with many pages it shows error. Can you help me with that? – tdv kiran Jun 13 '16 at 16:02
-
-
1yes, I am using AndroidPdfViewer .And now it is working fine if any problem i will notice you. Thank you by the way. – tdv kiran Jun 14 '16 at 11:15