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
intents
Android学习笔记(十七)——使用意图调用内置应用程序
使用意图调用内置应用程序 1、创建一个新的Android项目并命名为
Intents
,在main.xml文件里加入两个Button: <Button
·
2015-11-13 20:34
Android学习
Android开发之旅
随笔分类 -Android开发之旅 Android开发之旅:
Intents
和Intent Filters(实例部分) 2010-07-31 15:38 by 吴秦, 3840 visits,
·
2015-11-13 20:45
Android开发
何为Web
Intents
及其目前的实现状态
本文概要介绍了何为Web
Intents
,为何说Web
Intents
是有用的。
·
2015-11-13 19:30
intent
【Android Developers Training】 30. 允许其它应用启动你的Activity
原文链接:http://developer.android.com/training/basics/
intents
/filters.html 之前的两节课关注于故事的一面:从你的应用启动另一个应用的
·
2015-11-13 15:40
developer
【Android Developers Training】 29. 从Activity获得结果
原文链接:http://developer.android.com/training/basics/
intents
/result.html 启动另一个activity不一定是单向的。
·
2015-11-13 15:39
developer
【Android Developers Training】 28. 将用户带领到另一个应用
原文链接:http://developer.android.com/training/basics/
intents
/sending.html Android的一个最重的特性就是一个应用可以将用户带领到另一个应用的能力
·
2015-11-13 15:38
developer
Android学习笔记(十七)——使用意图调用内置应用程序
使用意图调用内置应用程序 1、创建一个新的Android项目并命名为
Intents
,在main.xml文件里加入两个Button: <Button
·
2015-11-13 11:10
Android学习
Android四大组件之Intent(续2)
this.startActivity(intent,request); 2、什么是显式、隐式的
intents
?
·
2015-11-13 07:19
android
Develop系列-API Guides-应用组件-
Intents
and Intent Filters
Intents
和 Intent Filters (Intent译为意图,让人比较费解,实际上解释为“消息”更加合理,干脆就不翻译了) Intent是能在app组件间传递的消息体,基本使用方式有如下三种
·
2015-11-13 06:38
intent Filter
Intent总结02 component和显式意图
Intent总结02 component和显式意图 1 介绍 显式意图,即Explicit
Intents
。显式意图通过component明确指定类名,用于跳转。
·
2015-11-12 14:57
component
context理解
同时启动应用级的操作,如启动Activity,broadcasting和接收
intents
。
·
2015-11-12 12:23
context
Android学习笔记——
Intents
和 Intent Filters(二)
本人邮箱:
[email protected]
,欢迎交流讨论。 欢迎转载,转载请注明网址:http://www.cnblogs.com/JohnTsai/p/3993488.html 知识点: &nbs
·
2015-11-12 11:54
intent Filter
Android学习笔记——
Intents
和 Intent Filters(一)
欢迎转载,转载请注明网址:http://www.cnblogs.com/JohnTsai/p/3991792.html 知识点:
Intents
·
2015-11-12 11:53
intent Filter
Android组件的通讯——Intent
转载: Android组件的通讯-Intent 1、概述 一个应用程序的三个核心组件——activities、services、broadcast receivers,都是通过叫做
intents
·
2015-11-11 13:15
android
Andriod(3)——Understanding Android Resources
introduction with an in-depth look at Android SDK fundamentals and cover resources , content providers, and
intents
·
2015-11-11 11:08
resource
Intent Android 详解
Intents
and Intent Filters 三种应用程序基本组件 activity, service和broadcast receiver——是使用称为intent的消息来激活的。
·
2015-11-11 10:31
android
pAdTy_-4 与其它应用程序的交互
原文地址:http://developer.android.com/training/basics/
intents
/index.html。2015.10.31一个安卓应用程序通常都会有几个活动。
misskissC
·
2015-11-11 10:00
android
应用程序交互
Intent Android 详解
Intents
and Intent Filters 三种应用程序基本组件activity, service和broadcast receiver——是使用称为intent的消息来激活的。
·
2015-11-11 04:07
android
[译]Audio and Video
并且应用可以非常简单地访问平台的多媒体功能――you do so using the same
intents
and activities mechanism that the rest of Android
·
2015-11-11 02:12
video
淘宝(阿里百川)手机客户端开发日记第六篇 广播机制详解(一)
public abstract class BroadcastReceiver; Base class for code that will receive
intents
sent by
·
2015-11-11 00:22
客户端
Android编程: MVC模式、应用的生命周期
MVC模式、应用的生命周期 ====Android的应用剖析==== 一个Android应用程序会使用如下组件: Android Activities 界面 Android
Intents
·
2015-11-08 16:58
android
Android组件之间的通信
1.三大组件之间:Activity,Services,Broadcastreceivers的通信是通过
intents
传递。
huang_xiao_yu
·
2015-11-07 20:00
ipc
aidl
组件通信
Intents
and Intent Filters
Intent是什么呢? 我们都知道Android有四大核心组件 Activity、Service、Broadcast Receiver和Content Provider,略去Content Provider不提,那么剩下的三个组件之间的通信考什么?这就是Intent!!它不仅可以在同一个应用中起传递信息的作用,还是可以在不同
·
2015-11-03 21:27
intent Filter
build Intent
APP间通信, 主要包含数据和Action两部分: 常见的action是字符串形式的activity指定 Intent intent = new Intent("com.example.
intents
.MainActivity
·
2015-11-02 17:42
intent
[Android Samples视频系列之ApiDemos] App-Activity-
Intents
1.前言 该Demo的分析参考了mapdigit的关于Api Demos的文章,我在他的基础上更进一步分析了相关知识点。 2.Demo效果 3.Demo分析 该示例很简单,功能只有一个,就是搜索出所有的音频文件,废话少说,直入主题:先看布局,进入该示例后只有一个TextView和一个Button屹立着: 点击”Get Music”按钮后,会搜索当
·
2015-11-02 16:22
Activity
Android Tutorials
Android Development Tutorial Android ListView and ListActivity - Tutorial Android
Intents
·
2015-11-02 14:12
android
【起航计划 021】2015 起航计划 Android APIDemo的魔鬼步伐 20 App->
Intents
createChooser
Intents
这个例子的代码非常简单: public void onGetMusic(View view) { Intent intent = new Intent(Intent.ACTION_GET_CONTENT
·
2015-11-02 09:36
android
Android---允许其他应用程序启动你的Activity
本文译自:http://developer.android.com/training/basics/
intents
/filters.html 前面的两课一直关注了故事的一边:从你的应用程序中启动另一个应用程序的
·
2015-11-01 16:46
Activity
Android学习之 Intent
Android uses
Intents
to do specific jobs within applications.Android通过Intent在application之间完成指定的任务。
·
2015-11-01 13:52
Android学习
Android Mms 接收信息流程
新的信息时底层完成接收后会以Intent的方式来通知上层应用,信息的相关内容也包含在Intent当中,Android所支持的信息Intent都定 义在android.provider.Telephony.
Intents
·
2015-11-01 10:54
android
android chrome iframe设置src属性无法启动app
0x01 Android
Intents
with Chrome Android有一个很少人知道的特性可以通过web页面发送intent来启动apps。
·
2015-11-01 08:23
android
android点滴(28)之IntentService
IntentService is a base class for Services that handle asynchronous requests (expressed as
Intents
·
2015-10-31 11:30
IntentService
Intent Android 详解
Intents
and Intent Filters 三种应用程序基本组件activity, service和broadcast receiver——是使用称为intent的消息来激活的。
·
2015-10-31 11:53
android
Handling Screen OFF and Screen ON
Intents
不像其他广播包,Intent.ACTION_SCREEN_OFF 和Intent.ACTION_SCREEN_ON不能在manifest中申明,需要用代码注册。 Receiver代码如下: public class ScreenReceiver extends BroadcastReceiver { // thanks Jason public static boole
·
2015-10-31 10:49
intent
HTML.Next会给我们带来什么?
其中两个最重要的特性就是Web
Intents
和Web组件(Web Components)。 Inten
·
2015-10-31 10:09
html
Android开发指南中文版(三)
Intents
and Intent Filters
doc-view-2227.html 意图和意图过滤器
Intents
and Intent Filters 一个应用程序的三个核心组件-活动,服务和广播接收器是通过消息即意图(
Intents
)来激活的
·
2015-10-31 09:51
intent Filter
创建联系人列表并和联系人打电话应用程序
目的: 可以非常容易的学会
Intents
和ListActivities的使用. Main.xml <?
·
2015-10-30 17:22
应用程序
Intents
和Intent Filters(理论部分)
Intents
和Intent Filters(理论部分) 引言 大部分移动设备平台上的应用程序都运行在他们自己的沙盒中。他们彼此之间互相隔离,并且严格限制应用程序与硬件和原始组件之间的交互。
·
2015-10-30 14:16
intent Filter
Android开发之旅:
Intents
和Intent Filters(实例部分)
引言 上篇我们介绍了
Intents
和Intent Filters的理论部分,主要是介绍了:activities、services、broadcast receivers三种组件的Intent机制两种
·
2015-10-30 10:54
intent Filter
Android开发之旅:应用程序基础及组件(续)
本文的主题如下: 1、激活组件:意图(
Intents
) 1.1、活动(Activity)组件的激活 1.2、服务(Service)组件的激活 1.3、广播接收者
·
2015-10-30 10:50
Android开发
Design Pattern週期表 (OO) (Design Pattern)
dp/patterns.html GoF Design Patterns amazon.com download GoF source Table of
Intents
·
2015-10-28 09:24
design pattern
IntentService 与ResultReceiver
android.app.IntentService“
IntentS
·
2015-10-28 07:36
IntentService
Android开发之旅:
Intents
和Intent Filters(理论部分)
大部分移动设备平台上的应用程序都运行在他们自己的沙盒中。他们彼此之间互相隔离,并且严格限制应用程序与硬件和原始组件之间的交互。 我们知道交流是多么的重要,作为一个孤岛没有交流的东西,一定毫无意义!Android应用程序也是一个沙盒,但是他们能够使用Intent、Broadcast Receivers、Adapters、Content Providers、Internet去突破他们的边界互相交流。有
·
2015-10-27 15:01
intent Filter
Android开发之旅:
Intents
和Intent Filters(实例部分)
引言 上篇我们介绍了
Intents
和Intent Filters的理论部分,主要是介绍了:activities、services、broadcast receivers三种组件的Intent机制两种Intent
·
2015-10-27 15:01
intent Filter
6、二、App Components(应用程序组件):1、
Intents
and Intent Filters(意图和意图过滤器)
1、
Intents
and Intent Filters(意图和意图过滤器) 1.0、
Intents
and Intent Filters(意图和意图过滤器) An
·
2015-10-27 12:27
intent Filter
从零开始--系统深入学习android(实践-让我们开始写代码-Android框架学习-4.
Intents
和Intent Filters)
第4章
Intents
和Intent Filters 一个Android应用程序的三个核心组件-activities,services,boradcast receivers都是通过调用
intents
·
2015-10-21 11:45
intent Filter
Android之Activating Components
Intents
让单独的组件在运行时绑定在一起(你可以把他们看作从其它组件请求行为的消息),不管那个组件属不属于你的应用程序。
·
2015-10-21 10:32
component
Android开发之旅:
Intents
和Intent Filters(理论部分)
引言 大部分移动设备平台上的应用程序都运行在他们自己的沙盒中。他们彼此之间互相隔离,并且严格限制应用程序与硬件和原始组件之间的交互。 我们知道交流是多么的重要,作为一个孤岛没有交流的东西,一定毫无意义!Android应用程序也是一个沙盒,但是他们能够使用Intent、Broadcast Receivers、Adapters、Content Providers、Internet去突破他们的边界互相
·
2015-10-21 10:12
intent Filter
Intent 和 Intent Filters
地址:https://developer.android.com/guide/components/
intents
-filters.htmlIntent有2中类型,一种是显性的,明确指定类名,一种是隐性的
cxlin007
·
2015-09-11 11:00
Android Intent对象
它们都是通过叫做
intents
的消息激活。Intent消息是一种同一或不同的应用中组件之间延迟运行时绑定的机制。
zm_tc
·
2015-09-04 15:52
android
Intent对象
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他