I use PdfRenderer class to render pdf. However, the problem is that in this approach I can't make the hyperlinks in the document clickable.
Is there any better way to render pdf in android application?
I am aware of using webview with google docs, but I want the app to work offline so this solution is not suitable.