i want to create an android application in which i have to run ppt which will be present in sdcard. So far i have got to know that the only way to run the ppt is either calling different applications which deal with this or embed that in webview.
Thanks in advance
i want to create an android application in which i have to run ppt
Share
You cannot embed ppt, doc, excel etc in a
Webviewin android. Those are MS Office formats. You cannot even do that on a desktop pc with firefox/chrome.EDIT
If the ppt is online you can use google docs to convert your document to html and than display it:
If the ppt is on SD card, either:
a) Open it with default phone application. See How to use an intent to open a ppt with DataViz's Documents To Go
b) you need to convert it to html beforehand. There are many online/offline tools for that. Google “ppt to html converter”