Pdf library for Android?

I am developing a small application in which I have to show the pdf file of the newspaper, just like the link below. This application is for reading links to a link, it also shows a newspaper. I searched a lot from the Internet but cannot find a good pdfReader library. Can someone help me on how PRESS READER (below Link) shows its newspaper (pdf) in a presentation or if the same can be obtained by any other method, then discuss PLZ. Thanks in advance.

https://play.google.com/store/apps/details?id=com.newspaperdirect.pressreader.android&feature=search_result

+4
source share
1 answer

Simple ... You can do this using only the Intent function. perform the following process

1. Use GRIDVIEW to display the images as shown in the screenshots that you provided in the URL. 2.on GridItemSelected Listener, just call the intent function to read the corresponding pdf file.

or, if you do not want to use the functions of Intent, just go to the itext library to read pdf

0
source

Source: https://habr.com/ru/post/1415074/


All Articles