java - Adding views to MuPDFReaderView -
i using mupdf library here: http://www.mupdf.com/
i've compiled library , working great, though @ loss on how achieve following.
i want attach views, such button views, textviews, webviews , imageviews mupdfreaderview. everytime try add view fail visible results, can not see attached view anywhere , i'm sure it's being added because when debug it, code run.
the reason want overlay views on pdf view scale , move along pdf document.
i ofcourse realise there isn't code in question, can't post entire mupdf source code here, here's think relevant in pastebin: http://pastebin.com/qjfnsvdv
so yeah, how , attach views document scale , move document properly?
we have similar feature in our android customizable magazine app, using mupdf: add views on top on pdf view display slide shows or videos inside magazine page. app open source , available on github. should easy review code, , see how implemented feature.
Comments
Post a Comment