搜索资源列表
Adapter
- 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -inten
TheDesignPatternJavaCompanion
- Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces,
javaabstractclassandinterfacedifferences
- abstract class和interface是Java语言中对于抽象类定义进行支持的两种机制,正是由于这两种机制的存在,才赋予了Java强大的面向对象能力。abstract class和interface之间在对于抽象类定义的支持方面具有很大的相似性,甚至可以相互替换,因此很多开发者在进行抽象类定义时对于abstract class和interface的选择显得比较随意。其实,两者之间还是有很大的区别的,对于它们的选择甚至反映出对于问题领域本质的理解、对于设计意图的理解是否正确、合理。本文将
ImplicitIntentExample
- Implicit Intent Example
ExplicitIntentExample
- Explicit Intent Example
java-bianchengyuyingyong
- 本书重点强调Java的基础知识和应用实践以及用Java进行多媒体、图形界面、数据库和Web应用的程序设 计,并注意对新、旧知识的融会与贯通,使读者能够尽快掌握 Java 的基础知识和应用。全书分为 14章,比较全 面系统地介绍了Java的运行环境及开发工具、基本编程方法、Java面向对象程序设计的基本概念、继承与多态、 异常处理、Java API、Web 服务器和 Applet 程序、用户图形界面设计、Java 多媒体程序设计、Java 数据库程序 设计,Java Servlet
wIntent
- 用Intent实现两个Activity之间的跳转-Achieved with the Intent to jump between two Activity
5.Intent
- 一个关于安卓系统的Intent学习的源代码,内容还是挺丰富的-Intent to learn about the Andrews system source code content is very rich
J2ME_Game_Development_with_MIDP2
- This book is about programming with J2ME on wireless devices with focus on developing games. It is assumed you have some knowledge and programming experience with J2ME and J2SE. The book does not go into detail on topics like how to make high level G
Intent_exp
- android应用实例intent的具体应用说明解释都有-android application examples intent of the specific application note explains have
IntentStartIndirectly
- IntentStart Indirectly-Intent Start Indirectly
IntentStartDirectly
- Intent Start Directly
IntentExchangeMessage
- Intent Exchange Message
Android-intent
- Activity查看数据与文本框反回数据-Activity data text box in return data
Android
- Android铃声设置模块源码,通过本Andorid源码将了解以下相关技巧: 声明和取得TabHost对象、新建一个newTabSpec(newTabSpec)、设置其标签和图标(setIndicator)、设置内容(setContent)、情景模式设置、设置TabHost的背景图片资源、初始化,取得AudioManager、标签切换事件处理、RadioButton添加监听器、添加onChangeListener、RadioButton添加监听器、取得手机的初始音量,并初始化进度条、取
aidl-Cross-process-calls
- 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤: 1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。 2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。 3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
Android_context
- 安卓开发整体介绍,包括组建,activity,intent等等,一个详细的全局介绍-The Andrews development overall presentation, including the formation, activity, intent, and so on, a detailed global
ActivityNotFoundException
- Displays a list of all activities matching the incoming Intent#EXTRA_INTENT query, along with any injected items for Andriod.
AlertReceiver
- Receives android.intent.action.EVENT_REMINDER intents and handles event reminders for Andriod.
Intent-Demo-Eclispe
- Intent Demo Application