Display PDF on my Android device -
i have couple of ebooks in pdf format, need display application user. best options ? there inbuilt pdf viewers available, or need user have 3rd party applications installed ?
kind regards
are there inbuilt pdf viewers available
not built os. many devices ship third-party pdf viewing app can launch using action_view
intent
startactivity()
.
if want pdf rendering within app, need third-party library -- can find options searching android pdf library
on major search engine.
Comments
Post a Comment