搜索资源列表
JaveAndroidContentProvider
- Jave Android Content Provider编程实例-Jave Android Content Provider
Apress.Android.Essentials.Jul.2008
- Sach hay mo ta va android, mo ta nhung thanh phan co ban cua Android, Service, content provider.
ContentProviderTest
- android content provider example
kinichi_product_provider
- android中内容提供者,数据库这段的SQLIte的应用,会再DDMS下成database文件夹-android in the content provider, a database of SQLIte this application will be into the database folder under DDMS
FileRW
- 在 Android 中,可供选择的存储方式有 SharedPreferences、文件存储、SQLite 数据库方式、内容提供器(content provider)和网络,此为文件存储的一个例子,很适合初学者-In Android, the choice of storage methods are SharedPreferences, file storage, SQLite database mode, the content provider (content provider) a
Content-Providers(1)
- 关于Content Providers Content Providers 是所有应用程序之间数据存储和检索的一个桥梁,作用是使得各个应用程序之间实现数据共享。 它是应用程序间共享数据的唯一方法。 在Android中没有一块公共的所有应用程序都能访问的数据存储地方。 把18.SQLite和22.22.Content Provider添加到项目中,先运行18.SQLite,然后在进行22.Content Provider测试 -About Content Prov
Content-Provider
- android的Content Provider使用-The Content Provider to use android
ToDo
- understanding content provider on android
ImageBrowse
- 使用content provider异步加载本地sd卡上的所有图片。-load images in sdcard
contentProvidernumber
- 这个是内容提供者在不同程序之间访问传递数据的源码,类似于不同程序之间调用。调用联系人的例子-This is the content provider in the transmission of data between different programs to access the source code, similar calls between different programs. Examples of calling contacts
TestContentProvider
- 安卓四大组件之一,教你如何使用内容提供者-One of the four components Andrews, teach you how to use the content provider
providers_ContactsProvider
- android 原生应用 学习content provider 实现原理-android Native application The principle of learning content provider
Service
- Service(服务)是一个没有用户界面的在后台运行执行耗时操作的应用组件。其他应用组件能够启动Service,并且当用户切换到另外的应用场景,Service将持续在后台运行。另外,一个组件能够绑定到一个service与之交互(IPC机制),例如,一个service可能会处理网络操作,播放音乐,操作文件I/O或者与内容提供者(content provider)交互,所有这些活动都是在后台进行。 Service有两种状态,“启动的”和“绑定”-A Service is an applicati
SMSReminder
- 使用内容观察者来观察数据变化,完成案例——短信提醒器。(Use content provider to observe data changes, complete the case - SMS reminder.)