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
setcomponent
Activity中启动其他包里的Activity摘要
ExplicitIntents havespecifiedacomponent(via
setComponent
(ComponentName) or setClass(Context,Class)),whichprovidestheexactclasstoberun.Oftenthesewillnotincludeanyotherinformation
zhangxu365
·
2011-08-01 11:00
android
application
Class
include
encoding
Components
指定程序打开指定文件及启动系统设置相关界面
Intentintent=newIntent(Intent.ACTION_VIEW);intent.addCategory(Intent.CATEGORY_DEFAULT);//intent.
setComponent
Sayangnala
·
2011-06-27 11:00
qq
File
intent解析为组件的规则
setComponent
(ComponentNamename) setClassName(StringpackageName,StringclassNameinThatPackage) setClassName
kieven2008
·
2011-06-26 23:00
String
Class
打开其他应用程序
ComponentName,但有些需要调用Action才行 //可以正常打开 Intent intent=new Intent(); intent.
setComponent
shazhuzhu1
·
2011-06-17 15:00
android
UI
启动另外一个程序的其中一个Activity
new ComponentName("要启动的程序包名","包名+Activity名"); Intentintent=newIntent(); intent.
setComponent
twoicewoo
·
2011-06-08 19:00
装饰模式 Decorator
装饰类有个类似
setComponent
(Component&component)的接口,内部保存了Component对象的引用。由于装饰类也是Com
v5qqcom
·
2011-06-07 11:00
Decorator
装饰模式 Decorator
装饰类有个类似
setComponent
(Component&component)的接口,内部保存了Component对象的引用。由于装饰类也是Com
n5
·
2011-06-07 11:00
Decorator
Intent filters
显式Intent,它通过组件名来指定要运行的目标组件(通过它的
setComponent
()方法), 因为指定了组件名,所以它要运行的组件是确定
L_serein
·
2011-06-01 01:00
android 笔记 --- Intent 应用
//-----核心部分----- 前名一个参数是应用程序的包名,后一个是这个应用程序的主Activity名 Intent intent=new Intent(); intent.
setComponent
zkl_1987
·
2011-05-20 11:00
android
启动其他的程序
例如:Intentintent=newIntent();intent.
setComponent
(newComponentName("com.sdut.edu.activity","com.sdut.edu.activity.Elec
蓝月儿
·
2011-05-17 17:00
Android
启动其他的程序
例如: Intent intent=new Intent(); intent.
setComponent
(new ComponentName("
蓝月儿
·
2011-05-17 17:00
android
Android 程序调用系统发信息程序
ComponentNamecomp=newComponentName("com.android.mms","com.android.mms.ui.ConversationList"); intent.
setComponent
Jinliang_890905
·
2011-05-10 10:00
android
sms
android中使用代码启动其他程序
簡單的訪問有以下兩種方式(目前只知道這兩種): 一、使用Intent的
setComponent
方法 二、使用包管理器 一、使用Intent的
setComponent
方法 Intent
gundumw100
·
2011-04-29 23:00
android
android中使用代码启动其他程序
簡單的訪問有以下兩種方式(目前只知道這兩種): 一、使用Intent的
setComponent
方法 二、使用包管理器 一、使用Intent的
setComponent
方法 Intent
gundumw100
·
2011-04-29 23:00
android
android中使用代码启动其他程序
簡單的訪問有以下兩種方式(目前只知道這兩種): 一、使用Intent的
setComponent
方法 二、使用包管理器 一、使用Intent的
setComponent
方法 Intent
gundumw100
·
2011-04-29 23:00
android
android应用内调用其它android应用
ComponentNamecomp=newComponentName("PackageName","ClassName"); intent=newIntent(); intent.
setComponent
ainiyidiandian
·
2011-04-26 23:00
android
手机
Android如何解析Intent
在应用中,我们可以以两种形式来使用Intent:直接Intent:指定了component属性的Intent(调用
setComponent
(ComponentName)或者setClass(Context
yinsen12357
·
2011-04-20 11:32
android
移动开发
intent
休闲
Intent详解
Android学习之(1)如何在应用中打开已安装应用
aspx 代码://-----核心部分-----前名一个参数是应用程序的包名,后一个是这个应用程序的主Activity名Intentintent=newIntent();//打开大众点评intent.
setComponent
nut_c
·
2011-03-30 14:00
android
2010
Android之Intent
显示意图:调用Intent.
setComponent
()或Intent.setC
bigboy
·
2011-03-17 15:00
android
应用服务器
OS
Blog
活动
Intent详解
在应用中,我们可以以两种形式来使用Intent: 直接Intent:指定了component属性的Intent(调用
setComponent
(ComponentName)或者setClass(Context
huakewoniu
·
2011-03-03 14:00
android
浏览器
Google
Scheme
打开另一程序
ComponentNamecn=newComponentName("com.yellowbook.android2","com.yellowbook.android2.AndroidSearch");i.
setComponent
cs_jiang
·
2011-01-05 00:00
android中一个程序中再次开启另外一个应用程序
ComponentNamecom=newComponentNa("cn.com.pubinfo.citymanage","cn.com.pubinfo.citymanage.citymanage");intent.
setComponent
napolun007
·
2010-12-21 09:00
基于android开发
一个APK里的服务启动外部APK的一个服务
com.kld.LocSaveService"); inte.putExtra("notifylocsms",con); inte.putExtra("locsms",con); inte.
setComponent
xuxinyl
·
2010-11-27 10:00
android
service
Google
如何在进程间intent activity
com.leqi.activity","com.leqi.activity.IndexActivity");//第一个参数是要启动activity的包名,第二个是具体的activity intent.
setComponent
zcljy0318
·
2010-10-20 09:00
应用间跳转
ComponentName componentName = new ComponentName("com.android.settings", "程序name"); intent.
setComponent
charlotte
·
2010-10-19 11:00
android
调用setting的校准屏幕功能
Intentintent=newIntent();intent.setAction("android.intent.action.MAIN");intent.
setComponent
(newComponentName
JavaTiger427
·
2010-09-30 15:00
Intent filters
显式Intent,它通过组件名来指定要运行的目标组件(通过它的
setComponent
()方法), &n
zckai
·
2010-09-20 22:00
JavaScript
android
Scheme
Intent filters
显式Intent,它通过组件名来指定要运行的目标组件(通过它的
setComponent
()方法), 因为指定了组件名
Douzi168
·
2010-07-09 12:00
android
String
filter
测试
Scheme
action
Intent用法
在应用中,我们可以以两种形式来使用Intent:直接Intent:指定了component属性的Intent(调用
setComponent
(ComponentName)或者setClass(Context
freshui
·
2010-06-08 09:00
android
Scheme
service
Class
action
Intent用法
在应用中,我们可以以两种形式来使用Intent: 直接Intent:指定了component属性的Intent(调用
setComponent
(ComponentName)或者setClass(Context
mmdev
·
2010-06-08 09:00
intent
装饰模式
装饰模式,利用了
setComponent
来对对象进行包装。
xiaoy2002
·
2010-05-04 22:00
装饰模式
activity 根据包名和应用名启动应用程序
app.appname.substring(0,"com.eshore.efilm","com.eshore.efilm.Efilm");Intentintent=newIntent();intent.
setComponent
lastsweetop
·
2010-01-29 11:00
装饰模式(Decorator)
4.装饰模式是利用“装饰者类”中的
SetComponent
来设置被扩展对象的。这样装饰对象就和扩展对象,通过Ba
terryfeng
·
2009-11-30 18:00
设计模式
C++
c
C#
上一页
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
其他