I want to open a pdf file on the web when user clicks a link to it in a webview and I want to open it by acrobat reader application. Is it possible with android intent?
http://www.appcelerator.com/blog/2011/09/sharing-project-assets-with-android-intents/
I followed this tutorial to achieve it but it explains everything as a local way. I need it to do same thing for a file on the web. I tried but I couldn't.
Can someone help me? Thanks in advance.