Reputation: 283
I am doing an assignment to open pdf in an android app but the device has not install any pdf viewer.
How can I easily to create a build in pdf viewer in my app??
I have no ideas...
Thanks
Upvotes: 1
Views: 841
Reputation: 10908
Is the PDF file local to the device or on a remote server? If it is remote then you could use the google viewer to render the PDF for display in a WebView
or the android web browser.
Upvotes: 1