I need to develop a Sales app specifically targeted for Android on Motorola Xoom. The app needs to display some pdf and ppt files bundled within the apk itself. The documents should display from within the app itself as the document viewer UI screen should be customisable (client logo etc.) so calling an Intent for some preinstalled document renderer is not an option. I then tried displaying the pdf in Webview but with no success. I tried using an opensource pdf renderer but the performance and quality of rendering were very low. I then converted the pdf as images offline and rendered the images in webview but the quaity is again inferior.

Please guide as I'm at my wit's end. Are there any more approaches left? What can be best way forward?

link|improve this question
Have you come to any conclusion? – pandre May 31 '11 at 13:34
feedback

1 Answer

The best way would probably be ACTION_VIEW intent, which will let user choose the PDF reader to view the file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.