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
ComponentName
Android多媒体学习六:利用Service实现背景音乐的播放
1、Activity类 package demo.camera; import android.app.Activity; import android.content.
ComponentName
longyi_java
·
2012-09-17 09:00
android
Android多媒体学习六:利用Service实现背景音乐的播放
1、Activity类 package demo.camera; import android.app.Activity; import android.content.
ComponentName
a1405
·
2012-09-11 09:02
android
用户
任务
影响
的
Activity中Intent的使用
Componentname
2. Action3. Date4. Category5. Extras6.
liwei3gjob
·
2012-08-26 22:00
android
Date
扩展
action
测试Service
importandroid.os.IBinder;importandroid.app.Activity;importandroid.app.Service;importandroid.content.
ComponentName
Yelbosh
·
2012-08-18 15:00
service
测试
action
import
button
menu
一个apk调用另一个apk
Intent mIntent = new Intent();
ComponentName
comp = new
ComponentName
("test.app", "
Jacular
·
2012-08-12 19:00
apk
Android - 在一个应用程序中启动另外一个已经安装的应用程序或系统程序
我们可以通过
ComponentName
以及Intent的setComponent来实现:在一个应用程序里面启动另外一个已经安装的应用程序或系统程序。
aijuans3
·
2012-08-07 22:00
android
Jboss Seam 注解总结
@Name @Name("
componentName
") 为一个类定义一个Seam组件。所有Seam组件都需要该注解。
zzc1684
·
2012-07-31 19:00
Jboss Seam 注解总结
Android Intent
今天在使用intent跳转到其他页面时报以下错误: 代码: Intent mIntent = new Intent(); mIntent.setComponent(new
ComponentName
test_angel
·
2012-07-24 11:00
android intent
android 一键锁屏(二)
1、主程序代码:Java代码 private DevicePolicyManager policyManager; private
ComponentName
componentName
; @Override
lili1985516
·
2012-07-20 11:00
java
android
kill
service
encoding
android系统中 从一个apk启动另外一个apk
Intent mIntent = new Intent(“android.intent.action.MAIN");
ComponentName
comp = new
ComponentName
kalogen
·
2012-07-12 21:00
android
android学习笔记分析
前面说到intent的另外一种赋值方式:这个就是指定其component属性(调用setComponent(
ComponentName
)或者setClass(Context,Class)来指定)。
dowhathowtodo
·
2012-06-26 09:00
Android学习
Android的桌面(Launcher)的定制
修改位置在frameworks/base/core/res/res/values目录找到Config.xml文件,找到下面这一行null 将其修改为对应的livewallpaper的启动
componentname
flymachine
·
2012-06-23 21:00
Android 抽屉
MainActivity.javapackagecom.xzqsdta; importjava.util.List; importandroid.app.Activity; importandroid.content.
ComponentName
cmdkmd
·
2012-06-21 17:00
android 启动第三方程序的代码
intent.setClassName(<package name>, <class name>); startActivity(intent); Intent i=new Intent;
ComponentName
duohuoteng
·
2012-06-14 21:00
android
android代码启动activity方法 包括子应用
一、使用Intent的setComponent方法 Intent intent = new Intent(); intent.setComponent(new
ComponentName
(“包名
Faroe
·
2012-06-13 13:00
Activity
两个apk之间对应传输数据
同时也可以返回数据给test01.test01的activity:packagecn.test01; importandroid.app.Activity; importandroid.content.
ComponentName
zhuyouleixuexi
·
2012-05-21 17:00
android
layout
Class
import
button
encoding
Project——建立能与服务通信的应用与服务的生命周期
2、packagecn.itcast.who;importandroid.app.Activity;importandroid.content.
ComponentName
tianyitianyi1
·
2012-05-20 15:00
android 利用startActivityForResult()方法得到另一个Activity的返回值
第一个Activitypackageyyy.testandroid5; importandroid.app.Activity; importandroid.content.
ComponentName
centralperk
·
2012-05-11 09:00
android
String
Class
import
button
Android Intent
Componentname
,启动目标Activityname2. Action,目标Activity做什么3.
muxiaoshan
·
2012-05-07 22:00
android
object
String
程序中调用其它程序的Activity
newComponentName("com.android.settings","com.android.settings.WirelessSettings"); intent.setComponent(
componentName
cb3600
·
2012-04-29 11:00
Activity
setcomponent
android应用开发笔记---Activity和Intent
Activity,在第一个Acitviyt中调用startActivity方法,并传递Intent对象,Intent指明了跳转到哪个Activity,以及跳转要做些什么3、Intent包含的主要信息: 1)、
Componentname
new_abc
·
2012-04-25 22:00
android
Class
action
import
button
sms
Jboss Seam 注解总结
@Name@Name("
componentName
")为一个类定义一个Seam组件。所有Seam组件都需要该注解。
zajin
·
2012-04-25 10:00
:Android Intent Filter-判断intent传递对象
www.apkbus.com/android-1386-1-1.html 一.Intent接收原理 當使用者發送一個intent出來,要求元件去執行動作,如果這個intent裡有很清楚的設定了
ComponentName
uuubd
·
2012-04-19 18:00
android intent
Service更新UI
2012/04/17/2453378.html直接贴代码: packagecom.gqs.activity;importandroid.app.Activity;importandroid.content.
ComponentName
睡到自然醒
·
2012-04-17 15:00
android
service
Android学习:Activity和Intent
2、Intent的基本作用一个Intent对象包含了一组信息:(1)
Componentname
如果一个Activity启动另外一个Activity则需要通过Intent的
Componentname
获知具体需要启
lissdy
·
2012-04-05 23:00
ComponentName
的意思
ComponentName
是用来打开其他应用程序中的Activity或服务的。
mengweiqi33
·
2012-03-27 15:00
String
获取当前task的topactivity
ACTIVITY_SERVICE); ComponentNamecn=activityManager.getRunningTasks(Integer.MAX_VALUE).get(0).topActivity;
ComponentName
zengzhongxiang
·
2012-03-22 10:00
获取当前task的topactivity
ActivityManager activityManager = (ActivityManager) getSystemService(ACTIVITY_SERVICE);
ComponentName
ruirui516888
·
2012-03-22 10:00
Activity
Android学习笔记 - Intent篇
Intent的主要作用负责从一个Actvity传递数据到另一个Activity或其它对象传递的对象不一定要是程序自身的Activity,可以是系统的,或其它程序的,或服务等2.一个Intent对象包含的一组信息
Componentname
dier4836
·
2012-03-08 15:00
android
layout
Class
button
sms
encoding
Intent的属性
/** 1.
ComponentName
ComponentName
cn = new
ComponentName
(getApplication(), "com.ck.SecondActivity
gintama
·
2012-02-24 14:00
intent
android中使用代码启动其他程序
使用包管理器 一、使用Intent的setComponent方法 Intent intent = new Intent(); intent.setComponent(new
ComponentName
duohuoteng
·
2012-02-23 18:00
android
How to find out which weblogic server version installed on the machine
1Fromregistry.xmlinMW_HOMEGotoMiddlewareHomeunderwhichWebLogicisinstalledandlookforfileregistry.xmlOpenregistry.xmlandsearchfor“
componentname
palmer
·
2012-02-18 03:00
Android学习笔记02——Intent的使用
onCreate方法.每一个Activity都需要在AndroidMainfest.xml文件当中进行配置4.为每一个Activity添加必要的控件Intent的使用一个Intent对象包含了一组信息:
Componentname
rehongchen
·
2012-02-11 15:00
android
String
layout
Class
button
encoding
【转】Android开发=》打开系统设置(信息)界面
常常需要打开系统设置或信息界面,来设置相关系统项或查看系统的相关信息,这时我们就可以使用以下语句来实现:(如打开“无线和网络设置”界面) Intent intent = new Intent("/");
ComponentName
chongye89
·
2012-02-09 17:00
Android开发
Intent filters中的节点
----如:一个Activity启动一个从属的service或者启动另一个activityl隐式意图不指定目标组件名称(
componentname
是空的)
xiaodongvtion
·
2012-02-02 15:00
android
object
filter
Scheme
测试
action
ComponentName
组件
在Intent中可以直接使用Intent.setClass() 也可以使用组件Component public class Test extends Activity { /** Called when the a
韩悠悠
·
2012-01-30 09:00
component
Android项目合并
今本是AAA(前者)项目要开启一个应用,调用BBB(后者), 代码:(intent.setComponent(new
ComponentName
("com.lius.app",
scliu0718
·
2012-01-13 15:00
android
在程序中,打开google手机自带的程序Maps
Uri.parse("http://maps.google.com/maps"); Intent intent = new Intent(Intent.ACTION_VIEW,uri);
ComponentName
jayghost
·
2012-01-11 14:00
Google
Android用Intent启动Activity的方法
最近在做一个东东时,需要启动另外一个Activity,可以有的方法有用setClass()和
ComponentName
(应该还有其他方法,有发现时再更新)。
huangxiaohu_coder
·
2011-12-27 14:00
android
String
文档
在 Android 中Service, Broadcast, BroadcastReceiver 的演示
import android.app.Activity; import android.content.BroadcastReceiver; import android.content.
ComponentName
lvwenwen
·
2011-12-22 12:00
Broadcast
Android开发片段–监控程序安装,修改,删除状态
package com.zzh.PackageReceiver; import android.content.BroadcastReceiver; import android.content.
ComponentName
04023129
·
2011-12-15 17:00
Android开发
Android之ShortCut两种方式整合[支持长按创建快捷方式和应用第一次启动时创建快捷方式]
支持长按创建快捷方式和应用第一次启动时创建快捷方式]ShortCutActivitypackage com.zhy.shortcut;import android.app.Activity;import android.content.
ComponentName
雪山飞鹄
·
2011-12-13 14:00
Android--Service生命周期(二)
来实现与Service通讯:packagecom.service.lifecycle.demo; importandroid.app.Activity; importandroid.content.
ComponentName
kallyena
·
2011-12-13 13:00
exception
String
service
Class
button
通讯
Android的桌面(Launcher)的定制
修改位置在frameworks/base/core/res/res/values目录找到Config.xml文件,找到下面这一行null 将其修改为对应的livewallpaper的启动
componentname
huangxiaohu_coder
·
2011-12-12 09:00
android
String
service
null
Class
反编译工具
android 启动应用程序
启动自己写的应用程序前面一个参数是应用程序的包名,后一个是这个应用程序的主Activity名 Intent intent=new Intent(); intent.setComponent(new
ComponentName
anzhu_111
·
2011-12-05 16:00
android
ShortCutUtils 快捷方式工具类
packageorg.droid.util.sys;importandroid.app.Activity;importandroid.content.
ComponentName
;importandroid.content.ContentResolver
cj6585256
·
2011-11-30 17:00
android
数据库
String
null
action
工具
ShortCutUtils 快捷方式工具类
packageorg.droid.util.sys; importandroid.app.Activity; importandroid.content.
ComponentName
; importandroid.content.ContentResolver
ID19870510
·
2011-11-28 18:00
android
数据库
String
null
action
工具
android服务(Service)与广播(Broadcast)
packagecom.liu;importandroid.app.Activity;importandroid.content.BroadcastReceiver;importandroid.content.
ComponentName
lgl125
·
2011-11-27 16:00
timer
android
service
null
Class
button
精通Android3笔记--第五章
/developer.android.com/guide/appendix/g-appintents.html记录了可用的Google应用程序和调用它们的Intent3、当Intent带有组件名称时(
ComponentName
luoyu1022
·
2011-11-25 17:09
android
Google
记录
注册
应用程序
精通Android3笔记--第五章
/developer.android.com/guide/appendix/g-appintents.html记录了可用的Google应用程序和调用它们的Intent3、当Intent带有组件名称时(
ComponentName
luoyu1022
·
2011-11-25 17:09
Google
应用程序
记录
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他