I want to read a PDF file in android. I placed my PDF files in the assets folder.
How can i read the PDF file from there?
I have checked the above link but it does not work for me. It gives me an error saying that the Activity was not found.
And I also want to open a PDF file in WebView. So is it possible to read PDF in WebView?