当前位置: 编程技术>移动开发
本页文章导读:
▪展示word文档 显示word文档
String filePath = "/sdcard/sym.doc" Log.e("MULpath", path); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(android.content.Inten.........
▪ ExpandableListView 对groupIndicator的解释,但state list中没谈到 ExpandableListView 对groupIndicator的解释,但state list中没提到
public void setGroupIndicator (Drawable groupIndicator)Since: API Level 1Sets the indicator to be drawn next to a group.ParametersgroupIndicator The drawable to be used as .........
▪ 豌豆荚手机精怪试用测试 豌豆荚手机精灵试用测试
顶着创新工厂作品的豌豆荚手机精灵,在下载后使用后,同时也下载了91手机助手 for Android程序进行了对比,感觉豌豆荚手机精灵应该是个用心之作,在界面.........
[1]展示word文档
来源: 互联网 发布时间: 2014-02-18
显示word文档
String filePath = "/sdcard/sym.doc"
Log.e("MULpath", path);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.parse("file://" + filePath), "application/msword");
startActivity(intent);
String filePath = "/sdcard/sym.doc"
Log.e("MULpath", path);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.parse("file://" + filePath), "application/msword");
startActivity(intent);
[2] ExpandableListView 对groupIndicator的解释,但state list中没谈到
来源: 互联网 发布时间: 2014-02-18
ExpandableListView 对groupIndicator的解释,但state list中没提到
public void setGroupIndicator (Drawable groupIndicator)
Since: API Level 1
Sets the indicator to be drawn next to a group.
Parameters
groupIndicator The drawable to be used as an indicator. If the group is empty, the state state_empty will be set. If the group is expanded, the state state_expanded will be set.
public void setGroupIndicator (Drawable groupIndicator)
Since: API Level 1
Sets the indicator to be drawn next to a group.
Parameters
groupIndicator The drawable to be used as an indicator. If the group is empty, the state state_empty will be set. If the group is expanded, the state state_expanded will be set.
[3] 豌豆荚手机精怪试用测试
来源: 互联网 发布时间: 2014-02-18
豌豆荚手机精灵试用测试
顶着创新工厂作品的豌豆荚手机精灵,在下载后使用后,同时也下载了91手机助手 for Android程序进行了对比,感觉豌豆荚手机精灵应该是个用心之作,在界面和操作上要比91好多了。
由于这个程序刚出来不久,当然存在不少问题,有兴趣的朋友可以把我初步测试的建议文档看看,这两份文档我都有反馈给豌豆荚,对方也给予了回应,希望在下个版本得到解决。
最新技术文章: