android - Is there a way to render/show pdf in my tablet application? -
i implementing tablet application @ left side shows list of pdf files , on right side want show pdf file data. how can that? curious if launch pdf reader intent in fragment launch application on own. possible? or if should use pdf render sdk,but problem need avoid gpl license, , these kind of sdk, found gpl licensed,in mobile version open installed pdf reader. or can open them in webview? url place in file system.
you can use android-pdf-viewer-library. able display pdfs
in fragments
or whatever use. although should @ source, , you'll maybe have modify it, take care of asynktasks
running "decode" pdf files, , stop them properly.
you can't integrate/start external application via intent
, encapsulate in activity
or fragment
.
Comments
Post a Comment