views:

36

answers:

1

Hi, I am working on an Android Application where I need to open an MS_Word foramt file.How can this be possible in android? The context is the file should be viewed in the same way as if we view msword document in desktop.can anyone help me in sorting out this issue?

Thanks in Advance,

+2  A: 

How can this be possible in android?

Step #1: Find an application that views MS Word documents.

Step #2: Ask the developers of that application if and how to integrate with theirs.

CommonsWare
And if you're deadset on doing this on your own, you'll need to know the format of an MS Word file, and then parse it bit by bit. Since I'm pretty sure the MS Word format isn't openly available, and this would be a ton of work if it were, CommonsWare's answer is your best best.
HenryAdamsJr
Thanks for suggestion
Android_programmer_office