shruthi sridhar wrote:Yes. I was exploring that option to call through an intent. But i am not able to figure out how to proceed with it. A sample code would help me to proceed.
If I had any PDF reader on my phone, I would launch the application and monitor the logcat. Whenever, a new Intent is launched, logcat generally lists the Intent action, Flags, component names and things alike. It is then just a matter of creating *similar* intent object.
The only part, I presume, you need to worry about would be the data that you might need to set and perhaps its MIME type. And you can only get to know that from the creators of the application as Tim already suggested.
@Tim: Glad to see you in Android forum
