[android-developers] msword file to save and open

2012-05-10 Thread Jagadeesh
Hi All,

 iam trying save msword file saved in raw folder and trying open that
file its not happening .
any suggestion..


Thanks Regards
Jagadeesh

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] msword file to save and open

2012-05-10 Thread Mark Murphy
On Thu, May 10, 2012 at 11:39 AM, Jagadeesh mjagadeeshb...@gmail.com wrote:
  iam trying save msword file saved in raw folder and trying open that
 file its not happening .
 any suggestion..

There is nothing in Android that will open an msword file. You
will need a third-party app for that. And, you will need to copy the
msword file out of your raw resource and put it someplace that the
third-party app can reach it (e.g., external storage).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] msword file to save and open

2012-05-10 Thread Jagadeesh
Thanks,can you please elaborate and give any sample for reference

On Thu, May 10, 2012 at 9:13 PM, Mark Murphy mmur...@commonsware.com wrote:
 On Thu, May 10, 2012 at 11:39 AM, Jagadeesh mjagadeeshb...@gmail.com wrote:
  iam trying save msword file saved in raw folder and trying open that
 file its not happening .
 any suggestion..

 There is nothing in Android that will open an msword file. You
 will need a third-party app for that. And, you will need to copy the
 msword file out of your raw resource and put it someplace that the
 third-party app can reach it (e.g., external storage).

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 Android Training in DC: http://marakana.com/training/android/

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en