1

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.

jzeferino
  • 7,700
  • 1
  • 39
  • 59
tdv kiran
  • 53
  • 1
  • 10

2 Answers2

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