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
18、高级工具--显示来电与外拨电话号码的归属地
packagecom.example.mobilesafe.service; importandroid.app.ActionBar; importandroid.app.Service; importandroid.content.
Inten
asmcvc
·
2014-01-13 16:00
Android 在一个程序中启动另一个程序(包名,或者类名)
一般我们知道了另一个应用的包名和MainActivity的名字之后便可以直接通过如下代码来启动:Intent
inten
·
2014-01-02 14:00
android
Android退出当前应用程序的方法
在D中使用下面的代码:Intentintent=newIntent(); intent.setClass(D.this,A.class);
inten
l1028386804
·
2014-01-01 13:00
android
Android开发
栈
adt
一个apk多个icon
实现方式1:
inten
wds1181977
·
2013-12-05 11:00
Android中Intent,service,broadcast应用浅析
首先来看下怎么用
Inten
witsky
·
2013-12-02 10:00
Broadcast
2013.11.28 ——— android 网络3g wifi切换
import android.content.BroadcastReceiver; import android.content.Context; import android.content.
Inten
lipeng88213
·
2013-11-28 11:00
android
Intent的启动
//1.使用当前环境 intent.setClass(this,otherActivity.class); //2.指定包名和类名 intent.setClassName("com.zls.
inten
zhonglunshun
·
2013-11-11 20:00
Activity
开启activity返回数据
Intent七大属性之总结
2、Intent还有一个好处,如果应用程序只是想启动具有某种特征的组件,并不想和某个具体的组件耦合,则可以通过在
inten
jediael_lu
·
2013-11-10 09:00
Android4.0系统接收不到广播的问题解析
指的是安装后从来没有启动过和被用户手动强制停止的应用,与此同时系统增加了2个Flag:FLAG_INCLUDE_STOPPED_PACKAGES和FLAG_EXCLUDE_STOPPED_PACKAGES,来标识一个
inten
djy1135
·
2013-11-09 17:00
解决onTouchListener和onClickListener冲突
importcom.unionpay.upomp.lthj.plugin.ui.R; importandroid.app.Activity; importandroid.app.Service; importandroid.content.
Inten
djun100
·
2013-10-22 18:00
Intent跳转到系统应用中的拨号界面、联系人界面、短信界面及其他
intent.setAction("android.intent.action.CALL_BUTTON");startActivity(intent);和Uriuri=Uri.parse("tel:xxxxxx");
Inten
张传照
·
2013-10-18 10:26
android
开发
intent
资料
短信
联系人
android应用如何启动另外一个apk应用
从一个apk启动到另外一个apk,当然也是通过发送
inten
zhanglongit
·
2013-09-23 23:00
poj 2367 拓扑排序
#include#include#include#includeusingnamespacestd;intn,fst[105],next[10000],node[10000];
inten
,in[105]
cugbbaoge
·
2013-08-30 19:17
acm
poj 2367 拓扑排序
#include #include #include #include usingnamespacestd; intn,fst[105],next[10000],node[10000];
inten
,in
cugbbaoge
·
2013-08-30 19:00
poj
拓扑排序
Baoge
IntentFilter
IntentFilter实行“白名单”管理,即只列出组件乐意接受的Intent,但IntentFilter只会过滤隐式
Inten
孙伯符
·
2013-08-29 16:28
android
IntentFilter
Android使用意图传递数据的四种方式
OtherActivity.class); //在意图中传递数据 intent.putExtra("name", "小明");
inten
HUXU981598436
·
2013-08-16 14:00
android.content.ReceiverCallNotAllowedException: 解决方法
IntentReceivercomponentsarenotallowedtoregistertoreceiveintents解决方法:在Android开发中1、bindService不能在BroadcastReceiver中调用,你可以在里面调用StartService并把要传递参数放到
inten
yunshouhu
·
2013-08-15 12:42
android
android.content.ReceiverCallNotAllowedException: 解决方法
IntentReceivercomponentsarenotallowedtoregistertoreceiveintents解决方法:在Android开发中1、bindService不能在BroadcastReceiver中调用,你可以在里面调用StartService并把要传递参数放到
inten
earbao
·
2013-08-15 12:00
[leetcode刷题系列]Text Justification
这点特别注意,其他就没啥了classSolution{ stringgetString(vector&words,intst,
inten
,intL){ //special if(st==en){ stringret
sigh1988
·
2013-08-12 21:00
[leetcode刷题系列]Search for a Range
二分查找的基础题,没啥好说的classSolution{ //firstplace>=target intbinary(int*a,intst,
inten
,inttarget){ intlow=st,high
sigh1988
·
2013-08-04 20:00
android之SharedPreferences简介
用法 2个activity 之间的数据传递除了可以通过
inten
ydbc
·
2013-07-28 21:00
东软实训(三)
; voidDisplay(CDC*,int,int); //输出函数,三个参数:指针,两个坐标private: constCStringname; //将姓名定义为常数据成员
intEn
gongcheng0202
·
2013-07-18 19:00
向PackageMangerService查找activity并启动
先创建个intent,再通过
inten
.resolveActivityInfo向PackageManager查找对应activity的信息,PackageManager在被SystemServer创建初始化时会从系统中扫描当前系统已安装的所有
LBO4031
·
2013-07-17 22:00
Android:Activity切换动画、overridePendingTransition、fragment动画
setOnClickListener(new OnClickListener() { @Override public void onClick(View v) {
Inten
glblong
·
2013-06-20 21:36
Activity切换动画
fragment动画
Android调用系统发送短信界面
9privatevoidsendSMS(StringsmsBody)10 11{12 13UrismsToUri=Uri.parse("smsto:");14 15Intentintent=newIntent(
Inten
get123
·
2013-06-19 20:00
android 开机启动
Contextcontext,Intentintent){ Intentstartupintent=newIntent(context,StrongTracks.class); startupintent.addFlags(
Inten
luckyjda
·
2013-05-28 23:00
android
开机
广播
如何判断应用已经安装,如何判断Service,BroastCastReceiver,ContentProvider是否存在
Intentintent=newIntent("com.xiaoqiu.Action.XXXXX"); ListresolveInfos=manager.queryBroadcastReceivers(
inten
qq634416025
·
2013-05-14 16:00
android
service
应用
[小代码]使用intent用默认的程序打开文件
Filefile=newFile("/sdcard/test.mp4"); intent.setDataAndType(Uri.fromFile(file),"video/*"); startActivity(
inten
laihuan99
·
2013-05-13 11:00
intent
打开文件
方法接口Service与AIDL详解
Service的生命周期如下: publicabstractIBinderonBind(
Inten
·
2013-05-05 22:00
service
Andorid学习笔记
第一季第五课
Inten
的参数 AlarmService.this是类AlarmService的一个对象;AlarmService_Service.class是AlarmService_Service
qiu265843468
·
2013-04-29 16:00
android MediaScanner详解 ---- MediaScanner扫描得到多媒体信息
通过注册监听MediaScanner广播的Intent,可以获知MediaScanner服务是否在进行后台的扫描工作:
Inten
hellofeiya
·
2013-04-25 11:00
界面更新android widget点击事件界面更新
一、开启Activity 1、首先先定义个开启Activity的intent eg:
Inten
·
2013-04-19 21:00
android
android intent隐式调用之一个应用程序启动另一个应用程序
显示调用 1.
Inten
a52071453
·
2013-04-10 14:00
android
android intent隐式调用之一个应用程序启动另一个应用程序
显示调用 1.
Inten
a52071453
·
2013-04-10 14:00
android
[置顶] 我的Android进阶之旅------>Android声明和使用权限
Uriuri=Uri.parse("tel:12345678"); Intentintent=newIntent(
Inten
qq446282412
·
2013-03-29 09:00
我的Android进阶之旅
Android声明和使用权限
onNewIntent的应用
onCreateonStartonRestart onResume onPauseonStoponDestroy onNewIntent一、其他应用发Intent,执行下列方法::onCreate:onStart:onResume发
Inten
key123zhangxing
·
2013-03-12 22:00
hdu 1233 还是畅通工程
循环操作该步骤二,直到有N-1条边;AC代码:#include #include #include #defineNUM10005 intset[NUM]; structpoint { intbegin;
inten
jjike
·
2013-02-09 20:00
Android Manifest.xml 结构详解
除了能声明程序中的Activities,ContentProviders,Services,和
Inten
wtfpewfn
·
2013-01-16 10:00
Android应用实例之----基于Service与ContentProvider的音乐播放实例!
的音乐播放实例,对于接触Android有一些时日的人来说,Android的核心也就是Activity,Service,ContentProvider,BroadCastReceiver,以及串联它们的
Inten
lostinai
·
2013-01-10 23:00
Hoj 3136 To help the beauty
id=3136#include #include #include #include usingnamespacestd; #defineMaxn5002 intbe[Maxn];//开始时刻
inten
niuox
·
2013-01-05 15:00
Android4.0系统接收不到广播的问题解析
指的是安装后从来没有启动过和被用户手动强制停止的应用,与此同时系统增加了2个Flag:FLAG_INCLUDE_STOPPED_PACKAGES和FLAG_EXCLUDE_STOPPED_PACKAGES,来标识一个
inten
gf771115
·
2013-01-03 16:00
Android Shortcut操作(快捷方式)
android.intent.action.CREATE_SHORTCUT"的intent-filter */ privatevoidaddShortcutToOptions(){ //创建一个默认的Intent
Inten
liu149339750
·
2012-12-17 11:00
Android开发notification跳转
Inten
fylz1125
·
2012-12-08 14:00
服务Service(中)- 继承Service类
Inten
xiabo851205
·
2012-12-03 17:00
Android中的Intent详细讲解
在这些组件之间的通讯中,主要是由
Inten
yihui823
·
2012-11-08 17:00
Intent的FLAG_ACTIVITY_CLEAR_TOP和FLAG_ACTIVITY_RE...
在DActivity里,我们要跳到BActivity,同时希望Cfinish掉,可以在startActivity(intent)里的intent里添加flags标记,如下所示:Java代码
Inten
王小仙
·
2012-11-04 04:00
Activity
提示No Launcher activity found
添加蓝色部分的内容就可以了
Inten
将一个请求封装为一个对象
hilaochen
·
2012-10-22 09:00
android
application
action
Android 广播
viewplainprivateBroadcastReceivermBroadcastReceiver=newBroadcastReceiver(){ @Override publicvoidonReceive(Contextcontext,
Inten
harword1
·
2012-10-15 18:09
广播Android
POJ 1201 Intervals (差分约束)
include #include #include usingnamespacestd; constintN=50009; constintM=Nque; boolvisit[N]; intspfa(intst,
inten
binwin20
·
2012-10-05 20:00
安卓程序的入口点
Inten
NewThinker_wei
·
2012-09-28 23:00
eclipse
android
application
action
sms
电话
上一页
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
其他