I have a .docx file saved in assets folder. I have a textview with a button. When i click the button i want to display the .docx file in the textview of the same activity.I know to display .txt file,but how to display .docx file. I do not want to make use of Intent.ACTION_VIEW or olivedoclibrary. .docx may contain anything like images ,text everything.It should display the docx file as it is.
Coded that i founded was not properly understood.Please help What would be the solution to this problem atleast the explanation to the problem.
Please help