搜索资源列表
Android-IPC-Binder
- I will use call IAudioFlinger::setMode API as a sample scenario to show how the Android IPC system works. AudioFlinger is a service in the media_server program
ServiceTwo
- 实现service的两种方式:startService and bind service 注意log了解过程-two method of service :
BindService
- 运行环境:eclipse,安装SDK,ADT,实现利用BIND绑定服务功能。-Operating environment: eclipse, install SDK, ADT, to achieve the use BIND binding services.
expandableList
- Android expandableList用法演示一例,希望通过这一实例,让初学者了解Android环境下expandableList视图及绑定数据的相关基础操作,有编译环境的,可编译生成APK测试-Android expandableList example demonstrates the use of the hope that through this example, so that beginners understand the relevant underlying opera
CustomMenu
- CustomMenu源码,android使用popupwindow自定义menu菜单实例,绑定父类View,使菜单popup可以showAtLocation,添加菜单,获取指定位置menu名称,演示了menu关闭、创建MENU 、拦截MENU等。Android初级爱好者必务的参考源码-CustomMenu source, android custom menu menu using popupwindow instance, bind parent View, so popup menu can
BindService
- 绑定形式的Service,是通过bindService()方法将组件与Service绑定,并且Service也会提供一个接口与绑定它的组件进行通信。-Bound form of Service, is () method with the Service is bound by the component bindService, and Service will also provide an interface to bind its components to communicate.
Service
- Service(服务)是一个没有用户界面的在后台运行执行耗时操作的应用组件。其他应用组件能够启动Service,并且当用户切换到另外的应用场景,Service将持续在后台运行。另外,一个组件能够绑定到一个service与之交互(IPC机制),例如,一个service可能会处理网络操作,播放音乐,操作文件I/O或者与内容提供者(content provider)交互,所有这些活动都是在后台进行。 Service有两种状态,“启动的”和“绑定”-A Service is an applicati
ListViewDemo
- 要将数据库中的数据列表显示在屏幕上,我们要使用ListView这个控件,当用户从数据库中取出数据时,要将数据绑定到显示控件上,如何绑定呢,我们需要创建适配器进行绑定,创建适配器有两种方式: 第一种是用SimpleAdapter创建(要求绑定的数据是List<HashMap<String, Object>>数据类型) 第二种是用SimpleCursorAdapter创建(要求绑定的数据是Cursor数据类型)-To list the data is d
Everyday_WeatherForecast
- 很好地天气预报APP的源码的学习范例,你可以很好的学习天气预报数据的获取和传输以及前台界面上面的数据显示。-good to learn data bind.
Broadcast-Communications
- 简单的广播通信,有服务器和客户端,分别启动后进行绑定,然后通信 -Simple broadcast communication with the server and client, respectively, after starting to bind, and then the communication