Possible Duplicate:
How to read pdf in my android application?
My application will have a link for a pdf file. When user click on a link, pdf file should download to local storage if it is not already present and my application should open that pdf file in a pop-up window and that popup will have close button at top right corner of window. I don't want default/third party pdf reader to display my pdf file.
How I can implement this requirement in my application?