Pdf library for android?

1k Views Asked by At

I am developing a small application in which i have to show pdf file of newspaper exatly same as it is shown into the below link.This is a link press Reader app this also shows the newspaper.I had search a lot from the internet but cannot found any good library of pdfReader. Can anybody help me how the PRESS READER(below Link) show his newspaper(pdf) in a view or if the same can be get by any other method then plz discuss. Thanks in advance..

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

1

There are 1 best solutions below

0
On

Its simple... You can do it by using just Intent function. do following process,

1.Use GRIDVIEW for showing images as shown in the screen shots which you mentioned in the URL. 2.on GridItemSelected Listener,just call the intent function for reading appropriate pdf..

or,if you don't want use Intent functions means,just go for itext library to read pdf