开发者

Android, open an external app inside my app

开发者 https://www.devze.com 2023-02-18 06:55 出处:网络
i open a PDF with the default reader on the system. Someone know if is possible inherits this reader (ex. Thinkoffice or Adobe Reader) into a layout on my app?

i open a PDF with the default reader on the system. Someone know if is possible inherits this reader (ex. Thinkoffice or Adobe Reader) into a layout on my app? Because i nee开发者_如何学运维d to open a PDF and show an header, or something like that, with a special description.


Someone know if is possible inherits this reader (ex. Thinkoffice or Adobe Reader) into a layout on my app?

That is impossible. You cannot embed other applications' UIs into your app.

Because i need to open a PDF and show an header, or something like that, with a special description..

Put that information into the PDF file itself.


As far as I know, I don't think it's possible. You can however fire intents which can be captured by an appropriate application on the phone. This is handled by the OS. I don't know if there is any intent for opening PDFs. Here is a useful library for intents though: http://www.openintents.org/en/intentstable. See if you can find something there.

0

精彩评论

暂无评论...
验证码 换一张
取 消