E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
intent.setType
android2.3 api demo 学习系列(19)--App/Intent and Launcher Shortcuts
第一个demo:Intent,根据指定的类型,枚举出所有符合条件的activity,让用户选择 Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
007007jing
·
2012-07-06 09:00
android
api
demo
Android 信息分享实现
一、短信分享Intentintent=newIntent(Intent.ACTION_SEND); //
intent.setType
("text/plain");//纯文本 //图片分享
intent.setType
CokeLee
·
2012-07-03 11:00
android
邮件
分享
短信
android resultCode 一直为0问题解决
想要获取本地图片,
intent.setType
("image/*");intent.setAction(Intent.ACTION_GET_CONTENT);startActivityForResult
liangguo03
·
2012-06-28 16:00
android
实现程序中的分享功能
实现图中的分享功能,代码如下:Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("image/*"); intent.putExtra
chenshijun0101
·
2012-06-18 15:00
Android ApiDemos示例解析(23):App->Intents
Intents这个例子的代码非常简单:Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
("audio/*"); startActivity
mapdigit
·
2012-06-12 06:00
android
action
email
Android ApiDemos示例解析(23):App->Intents
Intents这个例子的代码非常简单:Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
("audio/*"); startActivity
isiqi
·
2012-06-12 06:00
android
Android ApiDemos示例解析(23):App->Intents
Intents这个例子的代码非常简单:Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
("audio/*"); startActivity
lyunabc
·
2012-06-12 06:00
android
【原创】Android 实现微博分享功能
通过发送下面的intent: Intent intent = new Intent(Intent.ACTION_SEND); //启动分享发送的属性
intent.setType
ericchan2012
·
2012-05-27 22:00
android
android中调用相册里面的图片并返回
Intent intent=new Intent(Intent.ACTION_GET_CONTENT); intent.addCategory(Intent.CATEGORY_OPENABLE);
intent.setType
xumingrencai
·
2012-05-24 10:00
android
android中调用相册里面的图片并返回
Intentintent=newIntent(Intent.ACTION_GET_CONTENT); intent.addCategory(Intent.CATEGORY_OPENABLE);
intent.setType
TQUDING
·
2012-05-24 10:00
android
相册
Android中通过Intent 调用图片、视频、音频、录音、拍照
Intent intent = new Intent(Intent.ACTION_GET_CONTENT); //"android.intent.action.GET_CONTENT"
intent.setType
ruirui516888
·
2012-05-17 17:00
android
Android中通过Intent 调用图片、视频、音频、录音、拍照
requestCode返回的标识Intentintent=newIntent(Intent.ACTION_GET_CONTENT);//"android.intent.action.GET_CONTENT"
intent.setType
zengzhongxiang
·
2012-05-17 17:00
安卓利用Intent分享信息
最基本分享方法:Intent intent = new Intent(Intent.ACTION_SEND); // 启动分享发送的属性
intent.setType
("text/plain"); //
·
2012-05-16 16:00
intent
调用系统发送邮件,短信,拨打电话,浏览器
*/ public void sendEmail(String email) { Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType
michaelye1988
·
2012-04-01 15:00
发送邮件
调用系统发送邮件,短信,拨打电话,浏览器
*/ public void sendEmail(String email) { Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType
michaelye1988
·
2012-04-01 15:00
发送邮件
浏览选择图片/音频/视频&启动程序让其他程序进行选择
(1)如果你需要通过浏览去选择一个你需要的Pic/Music/Video://触发代码 Intentintent=newIntent();
intent.setType
(“image/*”);//audio
wike163
·
2012-03-21 13:00
android
String
null
url
action
Path
Android学习笔记进阶十三获得本地全部照片
intent.setType
("image/*"); 选择本地所有的图片。返回该数据的URI.我们利用该常量生成该图片的位图Bitmap,然后为添加到图片控件(ImageView)上就行了。
SJF0115
·
2012-02-16 23:00
exception
android
layout
action
import
button
android分享功能的实现
其实实现非常简单:Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.putExtra(Intent.EXTRA_SUBJECT
song_shi_chao
·
2012-02-15 12:00
android
腾讯
测试
action
Gmail
android 分享功能
分享文字: Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.putExtra(Intent.EXTRA_SUBJECT
ym19860303
·
2012-02-12 21:00
android
String
测试
email
打开蓝牙连接
Intent(Intent.ACTION_SEND);
intent.setType
liangoogle
·
2011-11-01 14:00
连接
【so easy~】 Intent实现 <分享>功能!~
http://androiddada.iteye.com/ Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType
(&
libo19881179
·
2011-10-31 15:00
微博
intent
分享
实现分享功能
【so easy~】 Intent实现 <分享>功能!~
http://androiddada.iteye.com/ Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType
(&
libo19881179
·
2011-10-31 15:00
微博
intent
分享
实现分享功能
android 上面的分享功能
Intent intent=new Intent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.putExtra
justwyy
·
2011-10-12 15:00
android
android 分享带图片的信息到彩信,微薄====
Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("image/png");intent.putExtra("body","内容");
u200814499
·
2011-10-03 17:00
android调用系统添加联系人界面
Intentintent=newIntent(Intent.ACTION_INSERT);
intent.setType
("vnd.android.cursor.dir/person")
zcljy0318
·
2011-09-28 15:00
android
insert
android 分享到 代码
Intent intent=new Intent(Intent.ACTION_SEND);
intent.setType
liangoogle
·
2011-09-14 14:00
android
Android 中用Intent提取缩略图和原始图像
提取图像的Thumbnail: Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
intent.setType
("
txf2004
·
2011-08-30 21:00
android
HTC Nexus One调用gallery后不能显示图片
Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
intent.setType
("image/jpeg");
hillfallshore
·
2011-08-30 13:00
android
gallery
jpeg
android 中用Intent提取缩略图和原始图像
提取图像的Thumbnail 1) 启动Intent Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
intent.setType
txf2004
·
2011-08-15 21:00
android
android 调用相册里的图片并返回
Intentintent=newIntent(Intent.ACTION_GET_CONTENT); intent.addCategory(Intent.CATEGORY_OPENABLE);
intent.setType
zjl5211314
·
2011-08-15 19:00
android
相册
Intent调用大全
//联系人调用插入联系人界面(forapi4)intent.setAction(Intent.ACTION_INSERT);
intent.setType
("vnd.android.cursor.dir/
xhl86xhl
·
2011-07-19 13:00
Android 开发之:Intent.createChooser() 妙用
CharSequencetitle)其实大家对该功能第一影响就是ApiDemo里面的其只有区区几行代码 提取为: Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
寻梦者
·
2011-06-27 15:00
android
主题:Intent.createChooser() 妙用
CharSequence title) 其实大家对该功能第一影响就是ApiDemo里面的其只有区区几行代码 提取为:Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
lastsweetop
·
2011-06-24 14:00
android
File
Class
通过这种方式你就可以取到所有可以执行此intent的apk信息
finalIntentintent=newIntent(); intent.setAction(Intent.ACTION_SEND);
intent.setType
zhou699
·
2011-06-21 17:00
android 分享功能实现 即通过其他activity分享
转自:http://www.zxhwolfe.com/archives/588 核心代码如下:Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
fulianwu
·
2011-06-15 13:00
显示已安装的分享软件
nbsp; intent.setAction(Intent.ACTION_SEND);
intent.setType
jykenan
·
2011-06-09 13:00
android
xml
Android Intent.createChooser()
CharSequencetitle)其实大家对该功能第一影响就是ApiDemo里面的其只有区区几行代码提取为:Java代码Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
wapysun
·
2011-04-15 10:00
android
intent
Android Intent.createChooser()
CharSequencetitle)其实大家对该功能第一影响就是ApiDemo里面的其只有区区几行代码提取为:Java代码Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
bigapple88
·
2011-04-15 10:00
java
android
File
Class
action
Android分享功能
写道 Intent intent=new Intent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.putExtra
xiechengfa
·
2011-04-12 23:00
android
android 程序中选择图片的代码
Intent intent = new Intent(); /*Open the page of select pictures and set the type to image*/
intent.setType
javalover00000
·
2011-03-22 16:00
C++
c
android
C#
【Android】分享
调出"共享方式"的代码如下:Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.pu
tibaloga
·
2011-02-01 14:00
android
【Android】分享
调出"共享方式"的代码如下:Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.pu
wapysun
·
2011-02-01 14:00
android
【Android】分享
调出"共享方式"的代码如下:Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("text/plain");intent.putEx
feng88724
·
2011-02-01 14:00
android
测试
null
【Android】分享
调出"共享方式"的代码如下:Intentintent=newIntent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.pu
soboer
·
2011-02-01 14:00
android
calendar的简单使用
); Intent intent = new Intent(Intent.ACTION_EDIT);
intent.setType
wang_peng1
·
2010-12-04 19:00
android
Android file transfer/Upload
上利用系统已有的Intent 发送/上传文件,可以尝试如下: Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND);
intent.setType
wapysun
·
2010-09-28 11:00
android
发送邮件的另一方法
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType
("text/plain"); intent.putExtra
wang_peng1
·
2010-07-23 11:00
发送邮件
Intent.createChooser() 妙用
CharSequencetitle) 其实大家对该功能第一影响就是ApiDemo里面的其只有区区几行代码 提取为: Intentintent=newIntent(Intent.ACTION_GET_CONTENT);
intent.setType
gryphone
·
2010-06-12 11:00
android
调用系统内置的gallery查看图片
Intent intent = new Intent(Intent.ACTION_GET_CONTENT); // 告诉打开的内容
intent.setType
("file:///sdcard
wang_peng1
·
2010-02-02 16:00
gallery
通过Intent获取其他窗口的处理结果
方法如下: 以取得从相册中选择的图片Uri为例: 在应用窗口中: Intentintent=newIntent(Intent.ACTION_PICK,null);//创建新的Intent //
intent.setType
belyxiong
·
2009-02-23 15:00
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他