Hi,
I am trying to create a demo about reading & writing content for word document. I used Apache POI for this. Please give me some advices:
+ Can I use WebView to display content of the word file? Is there another solution for displaying content? My word file contains Images, so I want to show them from original file.
+ I also want to edit the word file after showing, because I dont think webview can do that well. But, I cant use Edittext to show content because my word file has Images. Can you give me suggestion for the problem?
Thanks for reading.


