I am in need of a solution to view .doc files within an android app. After researching various related posts, I am still unsure of the best approach.
Here are the methods I have attempted:
Using the Aspose Word API for Android allowed me to create .doc files, but there was no specific method for viewing them.
Exploring Apache POI led me to the realization that I would need to write a function to render the content.
- Embedding .doc files within a Webview proved unsuccessful for local files.
- The Olivedoc Library appears to be missing.
If anyone knows of a library similar to pdfViewer for PDFs that can handle .doc files, please do let me know.
Thank you.