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
Inten
隐式调用 Intent 大全, 很全
startActivity(it); //显示某个坐标在地图上 Uri uri = Uri.parse("geo:38.899533,-77.036476");
Inten
ming_fanglin
·
2011-05-27 13:00
java
android
浏览器
Google
音乐
Activity 的 Intent Filter
当程序员使用startActivity(
inten
enki_ding
·
2011-05-06 14:00
android
Scheme
IBM
OS
OpenSource
Activity 的 Intent Filter
当程序员使用startActivity(
inten
enki_ding
·
2011-05-06 14:00
android
Scheme
OS
IBM
OpenSource
Android 监听home键(android:launchMode="singleTask" 与 onNewIntent(Intent intent) 的用法
android:launchMode="singleTask" 配置在 Mainifest 中,它保证了栈中此Activity总是只有一个,无论你启动它多少次; onNewIntent(
Inten
quanminchaoren
·
2011-04-29 14:00
android
xml
Android多媒体学习六:利用Service实现背景音乐的播放
importandroid.app.Activity;importandroid.content.ComponentName;importandroid.content.Context;importandroid.content.
Inten
chenjie19891104
·
2011-04-18 11:00
Android
学习笔记
android 2.2+ 完全退出程序的方法
android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.
Inten
407827531
·
2011-04-08 09:00
android
OS
BroadcastReceiver注册的两种方法
AndroidManifest.xml进行注册 <receiver> <intent-filter> <action android:name=""/> </
inten
cheng330301560
·
2011-03-28 22:00
xml
android
活动
OnclickListener与View.OnclickListener
android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.content.
Inten
路遥星辰
·
2011-03-17 13:00
android
OS
android intent和intent action大全
★intent大全: 1.从google搜索内容
Inten
wapysun
·
2011-03-03 11:00
android intent
startActivityForResult(intent, requestCode)用法
A1的intent定义是Intentintent=newIntent();
inten
wylwhd
·
2011-02-14 14:00
intend to restrict onself to sth
I was using 'extends' as an illustration of the idea , I didn't
inten
dracularking
·
2011-02-10 14:00
idea
Android系统搜索对话框(浮动搜索框)的使用
当用户执行一个搜索,搜索管理器将使用一个专门的
Inten
angle_rupert
·
2010-12-29 22:00
java
android
ListView
search
query
action
android 2.2 获取联系人,电话,并拨号
lisetview显示,获取listview数据,并发短信、或者拨号packagecom.android.hello;importandroid.app.Activity;importandroid.content.
Inten
小菜毛毛技术分享
·
2010-12-17 16:00
android 常用模块
Intent.ACTION_VIEW, uri); startActivity(it); Uri uri = Uri.parse(“http://www.2phone8.com.cn”); Intent it = new
Inten
kerlubasola
·
2010-12-14 13:00
android
API DEMO 学习
List<ResolveInfo> android.content.pm.PackageManager.queryIntentActivities(Intent
inten
TremendousTurtle
·
2010-12-08 17:00
android
android intent和intent action大全
★intent大全: 1.从google搜索内容
Inten
a38876399
·
2010-11-01 23:00
android
Web
Google
Security
F#
C语言实现队列
Author:jenson */#include#include#defineMAX10voidinit(int*front,int*rear);intempty(int*front,int*rear);
inten
_queue
juxiangwu
·
2010-10-29 22:36
算法
职场
休闲
C语言实现队列
Author:jenson*/#include#include#defineMAX10voidinit(int*front,int*rear);intempty(int*front,int*rear);
inten
_queue
juxiangwu
·
2010-10-29 22:36
职场
算法
休闲
算法
C语言实现队列
Author:jenson */#include#include#defineMAX10voidinit(int*front,int*rear);intempty(int*front,int*rear);
inten
_queue
juxiangwu
·
2010-10-29 22:36
算法
职场
休闲
Android知识回顾
Inten
liuhongwei123888
·
2010-10-20 18:00
Android Intent 大全
由于
inten
myqhit
·
2010-09-29 10:00
thread
android
Web
Security
Google
常用的Android Widget组件学习①--Button and TextView
WidgetDemo.Activity里面的内容:packagecom.example.widgetdemo; importandroid.app.Activity; importandroid.content.
Inten
isiqi
·
2010-08-05 12:00
xml
android
OS
Android Intent 用法汇总
3.startActivity(it); 显示地图 1.Uriuri=Uri.parse(“geo:38.899533,-77.036476″); 2.Intentit=newIntent(
Inten
super005
·
2010-07-02 09:00
Android浏览器如何打开本地html文件
wangysh/blog/item/4aa1337fb9421e0128388a8a.html Java语言: Codee#9727 Intent intent=new Intent();
inten
zhoubo526
·
2010-07-01 15:00
html
android
浏览器
Blog
android安装和卸载程序
卡安装一个程序:StringfileName=Environment.getExternalStorageDirectory()+"/myApp.apk";Intentintent=newIntent(
Inten
fenghome
·
2010-06-16 15:00
android
Scheme
File
application
dialog
action
intent 常见几种实用
打开其他APK文件的ACTIVITY Intent mIntent = new
Inten
loving863
·
2010-06-12 20:00
.net
android
F#
Google
Blog
Android中外部程序调用方法总结
: 1.使用自定义Action A程序中调用的代码为: 1 Intent intent = new Intent(); 2
inten
kevin2562
·
2010-06-08 10:00
android
xml
Intent对象的使用
而下面我们要讲的Intent对象就是为解决这问题而生的,
Inten
dywe_ddm
·
2010-05-14 08:00
android
layout
Class
button
BT
encoding
Intent的一些用法(不断更新)
startActivity(it); 2.向下一个Activity传递数据(使用Bundle和Intent.putExtras) Intent it = new
Inten
ET焖猪仔
·
2010-04-03 10:00
java
android
Google
F#
Intent的一些用法(不断更新)
startActivity(it); 2.向下一个Activity传递数据(使用Bundle和Intent.putExtras) Intent it = new
Inten
ET焖猪仔
·
2010-04-03 10:00
java
android
Google
F#
【Google论文】Google File System 中文翻译(第1-2章)
WehavedesignedandimplementedtheGoogleFileSystem,ascalabledistributedfilesystemforlargedistributeddata-
inten
joe_zxy
·
2009-10-01 14:00
数据结构
linux
应用服务器
网络应用
Google
精确获取时间差
一样,调用两次GetCycleCount函数,比较两个返回值的差,像这样:unsignedlongt;t=(unsignedlong)GetCycleCount();//DoSomethingtime-
inten
coloriy
·
2009-08-28 15:00
Android如何解析Intent Filter
Inten
dxs376263348
·
2009-08-23 19:00
Android
Scheme
Google
Android中的Intent详细讲解
Intent负责对应用中一次操作的动作、动作涉及数据、附加数据进行描述,Android则根据此
Inten
BlogDown
·
2009-08-10 23:00
android
Android中的Intent
Intent负责对应用中一次操作的动作、动 作涉及数据、附加数据进行描述,Android则根据此Intent的描述,负责找到对应的组件,将
Inten
wghjay
·
2009-07-07 15:00
android
浏览器
Google
Blog
Scheme
Java性能 (1) - Java Programming Guidelines
避免序列化(Serialization)和反序列化(Deserialization) 序列化和反序列化一个对象都是非常消耗CPU (CPU-
inten
eimhee
·
2008-12-10 03:00
java
虚拟机
Web
应用服务器
SOAP
Android中的Intent
Intent负责对应用中一次操作的动作、动作涉及数据、附加数据进行描述,Android则根据此Intent的描述,负责找到对应的组件,将
Inten
oxen
·
2007-11-27 14:00
Android
Google
Scheme
浏览器
IDEA
Android中的Intent
Intent负责对应用中一次操作的动作、动作涉及数据、附加数据进行描述,Android则根据此Intent的描述,负责找到对应的组件,将
Inten
oxen
·
2007-11-27 14:00
Android
Google
Scheme
浏览器
IDEA
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他