Ⅰ 安卓手机:怎么使用手机打开Word文档
您好。
希望下面的回答能够对您有所帮助:
安卓手机如需开启word文档,需要安装办公软件才可以,推荐选择安装wps手机版本。
Ⅱ 安卓手机如何打开word文档
首先在手机中下载WPS的手机版的APP。
将APP安装至手机中。
可以打开该软件中的word空白文档。
如需要打开已有文档,只需要将需要打开的word文档直接打开即可查看。
Ⅲ 【android开发】请问Android怎么打开word文件
用quick ooffice,在网络移动应用上下载quick office(pro版),拷贝到手机,安装好就行
Ⅳ android怎么打开word文件
Android ----Intent 的各种打开文件 doc word
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.net.Uri.Builder;
import java.io.File;
import android.content.Intent;
//自定义android Intent类,
//可用于获取打开以下文件的intent
//pdf,PPT,WORD,EXCEL,CHM,HTML,TEXT,AUDIO,VIDEO
public class MyIntent
{
//android获取一个用于打开HTML文件的intent
public static Intent getHtmlFileIntent( String param )
{
Uri uri = Uri.parse(param ).buildUpon().encodedAuthority("com.android.htmlfileprovider").scheme("content").encodedPath(param ).build();
Intent intent = new Intent("android.intent.action.VIEW");
intent.setDataAndType(uri, "text/html");
return intent;
}
//android获取一个用于打开图片文件的intent
public static Intent getImageFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "image/*");
return intent;
}
//android获取一个用于打开PDF文件的intent
public static Intent getPdfFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "application/pdf");
return intent;
}
//android获取一个用于打开文本文件的intent
public static Intent getTextFileIntent( String paramString, boolean paramBoolean)
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
if (paramBoolean)
{
Uri uri1 = Uri.parse(param );
intent.setDataAndType(uri1, "text/plain");
}
while (true)
{
return intent;
Uri uri2 = Uri.fromFile(new File(param ));
intent.setDataAndType(uri2, "text/plain");
}
}
//android获取一个用于打开音频文件的intent
public static Intent getAudioFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent.putExtra("oneshot", 0);
intent.putExtra("configchange", 0);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "audio/*");
return intent;
}
//android获取一个用于打开视频文件的intent
public static Intent getVideoFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent.putExtra("oneshot", 0);
intent.putExtra("configchange", 0);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "video/*");
return intent;
}
//android获取一个用于打开CHM文件的intent
public static Intent getChmFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "application/x-chm");
return intent;
}
//android获取一个用于打开Word文件的intent
public static Intent getWordFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "application/msword");
return intent;
}
//android获取一个用于打开Excel文件的intent
public static Intent getExcelFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "application/vnd.ms-excel");
return intent;
}
//android获取一个用于打开PPT文件的intent
public static Intent getPptFileIntent( String param )
{
Intent intent = new Intent("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
Uri uri = Uri.fromFile(new File(param ));
intent.setDataAndType(uri, "application/vnd.ms-powerpoint");
return intent;
}
Ⅳ 如何打开安卓手机上的word文件
装个软件documents
to
go,再把word文档放到手机sd卡里,再进那个软件选择打开本地文档就能找到你要打开的文档了
Ⅵ android中怎么操作word文档
要在android中打开word文档。我该怎么操作呢?
在很多的技术网站问过这个问题,没人给回答,觉得有点郁闷吧。其实这个问题搞开发的经常会遇到的,只要涉及到打开word文档,现在需要在android上使用一些api来打开word文档。
知道怎么解决的大侠给指点一下
Ⅶ android打开word文件怎么打开
安卓手机上面需要安装有office软件(如:WPS office,Microsoft Word等)才能打开Word文档。
安卓手机上面打开Word文档的方法(以WPS office打开Word文档为例):
方法一:
进入手机里面的文件管理器,找到要打开的Word文档;
Ⅷ 如何在android手机上看word文档
用Documents To Go软件,安卓市场里就有,支持word、excel、PDF等格式的文件阅读。
Ⅸ android 浏览器如何直接打开网页上的WORD文档
在浏览器工具菜单中选择下载管理然后再选择设置--常规下面默认的下载工具选择用IE下载就可以了打开网页里面的WORD和EXCEL文档
Ⅹ Android开发如何读取并显示word和pdf文档
通过对数据库的索引,我们还为您准备了:
Android开发如何读取并显示word和pdf文档呢
问:有做过类似项目的朋友讲一下么?
答:大家好! 我是个Android新手,最近有个项目,其中有个需求就是在Android应用程序中查看word和pdf格式的文档(PS:不是用intent调用第三方软件打开文档哦~),可惜Android没有直接显示word和pdf文档的view。于是本菜鸟上网查了好久好久好久哇= =...
===========================================
android开发中怎样读取一个文件里的内容并把内容显...
问:我以为和java的读写文件一样的,但他好像有自己的获取输入输出留的方法...
答:基本上都差不多。 一般来说。文件,XML都放在assets这个文件夹下。
===========================================
android怎么读取带有图片的WORD文档
问:我以为和java的读写文件一样的,但他好像有自己的获取输入输出留的方法...
答:用Document to go或者quick office这类软件就可以了。这些软件在机锋市场和豌豆荚里一搜就有
===========================================
【Android开发】请问Android怎么打开word文件?
问:请问Android怎么打开word文件?网上看了好多,但都不能运行,有的说用PO...
答:用quick ooffice,在网络移动应用上下载quick office(pro版),拷贝到手机,安装好就行
===========================================
android编程:怎样读取txt文件
问:请问Android怎么打开word文件?网上看了好多,但都不能运行,有的说用PO...
答:StringBuffer buffer = new StringBuffer(); try { FileInputStream fis = new FileInputStream("/sdcard/XXX.txt"); InputStreamReader isr = new InputStreamReader(fis,"GB2312");//文件编码Unicode,UTF-8,ASCII,GB2312,Big5 Reader in = new...
===========================================
Android开发中读写office文件(word,ppt,excel)...
问:最近在写一个基于android平台的办公套件,其中设计到对word,ppt,excel...
答:简单的,可以使用POI处理 想处理复杂和能用的,只有在服务器端处理,再返回手机android查看
===========================================
Android开发 ,如何读取AndroidMainfest.xml里面的...
问:AndroidMainfest.xml文件如下:我想在Androd程序中读取android:largeHea...
答:largeheap是一个布尔类型的
===========================================
android程序中如何打开并编辑word,excel等文件?
问:我现在已经使用POI包,将内容放在html里,在webview上显示出来,但是不...
答:word?excel?笑话,微软都没有开发基于安卓版本的word,不过最近应该有动作了把。但是,你的软件和人家的软件,是属于两个APP,最多是给你个接口让你启动,但是至于编辑,你得看看人家的应用有没给你接口
===========================================
android开发中,如何实现读取pdf格式的文件,并把...
问:最近做关于android开发,读取pdf格式文件的应用,但是不知道如何下手啊...
答:得嵌入PDF第三方软件或自己编写一个类似的打开软件吧,否则理论上是看不了的。(仅供参考)