I have requirement to view .doc file inside android app, I have gone through many related post but still not clear what to do.
I have tried :
aspose word api for android I got api for creating .doc file but there is not a specific method to view .doc file.
I gone through apache POI but there is i have to write function for render content.
- Embedding .doc inside Webview Does not work for local files.
- Olivedoc Library is missing.
Please suggest me if there is any library for .doc file same as pdfViewer for PDF.
Thanks.