I want to be able to read a file hosted online in my android application. The google docs pdf viewers are effective but do not provide a good experience. The PDFViewer jar for opening the file works well for files offline but does not seem to be working for online files. Any sample which shows this.
For reading from SD card, I have found this sample to be very effective [Example of code to implement a PDF reader
Thanks