码迷,mamicode.com
首页 >  
搜索关键字:activities    ( 253个结果
communication between threads 线程间通信 Programming Concurrent Activities 程序设计中的并发活动 Ada task 任务 Java thread 线程
Computer Science An Overview _J. Glenn Brookshear _11th Edition activation 激活 parallel processing 并行处理 concurrent processing 并发处理 Each programming lan ...
分类:编程语言   时间:2016-11-10 14:04:20    阅读次数:264
54B
The Hedgehog recently remembered one of his favorite childhood activities, — solving puzzles, and got into it with new vigor. He would sit day in, day ...
分类:其他好文   时间:2016-10-20 00:17:32    阅读次数:205
[转载] Android学习笔记之AndroidManifest.xml文件解析
一、关于AndroidManifest.xml AndroidManifest.xml 是每个android程序中必须的文件。它位于整个项目的根目录,描述了package中暴露的组件(activities, services, 等等),他们各自的实现类,各种能被处理的数据和启动位置。 除了能声明程序 ...
分类:移动开发   时间:2016-10-13 11:57:49    阅读次数:205
【原创】菜鸟版Android 笔记2- Activity
1. Activity介绍 Acitivity在安卓开发中非常重要,他很像Java桌面开发中的JFrame,在MVC模式中属于Controller,一般一个应用程序通常由多个松耦合关系的activities组成,一个Activity是一个应用程序组件,控制一个View,用户可以用来交互。通常,当第一 ...
分类:移动开发   时间:2016-10-11 10:35:38    阅读次数:293
ANDROID培训准备资料之四大组件
Android四大组件是一个android app 最基本的组成部分,这篇博客主要给大家简单的介绍一下四种组件 (1)Activities (2)Services (3)BroadcastReceiver (4)ContentProvider (1)Activities 我们先看看 android ...
分类:移动开发   时间:2016-10-08 19:53:58    阅读次数:208
EBS Workfow常用表
1.Workflow Definition Tables WF_ITEM_TYPES WF_ACTIVITIES WF_MESSAGES WF_ITEM_ATTRIBUTES WF_ACTIVITY_ATTRIBUTES WF_MESSAGE_ATTRIBUTES WF_PROCESS_ACTIVI ...
分类:其他好文   时间:2016-09-14 16:25:58    阅读次数:119
微信扫码登录实现原理
<!-- ******* --> <!-- Article activities for width under 768px --> 扫码登录是如何实现的? <!-- Collection/Bookmark/Share for width under 768px --> <!-- --> 网页版微信 ...
分类:微信   时间:2016-09-07 12:26:07    阅读次数:370
tapset::iosched(3)
DESCRIPTION This family of probe points is used to probe the IO scheduler activities. It contains the following probe points: Arguments: elevator_name ...
分类:移动开发   时间:2016-09-04 01:26:24    阅读次数:182
【Android】随时随地退出程序
新建一个 ActivityCollector 类作为活动管理器,代码如下所示:public class ActivityCollector {public static List<Activity> activities = new ArrayList<Activity>();public stat ...
分类:移动开发   时间:2016-08-29 11:27:04    阅读次数:215
AppCompatActivity、ActionBarActivity、FragmentActivity和Activity的区别
Activity is the base class of all other activities, I don't think it will be deprecated. The relationship among them is: Activity <<<FragmentActivity  ...
分类:移动开发   时间:2016-08-23 16:26:06    阅读次数:1031
253条   上一页 1 ... 7 8 9 10 11 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!